summaryrefslogtreecommitdiff
path: root/mail/dspam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r--mail/dspam/Makefile6
1 files 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