pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam Do not preserve 0777 permissions from the d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8160a6cc4564
branches:  trunk
changeset: 556735:8160a6cc4564
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 03 19:52:38 2009 +0000

description:
Do not preserve 0777 permissions from the distfile when copying to the
final destination in ${PREFIX}.

diffstat:

 mail/dspam/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 47931a5ee3c0 -r 8160a6cc4564 mail/dspam/Makefile
--- a/mail/dspam/Makefile       Fri Apr 03 19:40:22 2009 +0000
+++ b/mail/dspam/Makefile       Fri Apr 03 19:52:38 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2009/03/16 18:13:34 adrianp Exp $
+# $NetBSD: Makefile,v 1.61 2009/04/03 19:52:38 joerg Exp $
 
 DISTNAME=      dspam-3.8.0
 PKGREVISION=   2
@@ -142,14 +142,14 @@
 .  if !empty(DSPAM_STORAGE_DRIVER:M${drv})
        ${INSTALL_DATA_DIR} ${DATADIR}/${drv}
        cd ${WRKSRC}/src/tools.${drv}_drv && \
-               pax -rwppm ./*.sql ${DATADIR}/${drv}
+               pax -rwpm ./*.sql ${DATADIR}/${drv}
 .  endif
 .endfor
 
 .if !empty(DSPAM_STORAGE_DRIVER:Msqlite*)
        ${INSTALL_DATA_DIR} ${DATADIR}/sqlite
         cd ${WRKSRC}/src/tools.sqlite_drv && \
-               pax -rwppm '-s|.*/Makefile.*$$||' . ${DATADIR}/sqlite
+               pax -rwpm '-s|.*/Makefile.*$$||' . ${DATADIR}/sqlite
 .endif
 
        ${CHMOD} ${SHAREMODE} ${DATADIR}/webui/cgi-bin/*.txt



Home | Main Index | Thread Index | Old Index