From 6822c2f4ad22f10350efc2969fe111d6a178fd64 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 3 Apr 2009 19:52:38 +0000 Subject: Do not preserve 0777 permissions from the distfile when copying to the final destination in ${PREFIX}. --- mail/dspam/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index dfbd5c0c88f..f85dcb6202f 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -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 @@ post-install: . 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 -- cgit v1.2.3