summaryrefslogtreecommitdiff
path: root/mail/dspam/Makefile
diff options
context:
space:
mode:
authorhasso <hasso>2009-05-12 08:27:09 +0000
committerhasso <hasso>2009-05-12 08:27:09 +0000
commit5a9846954d6619db9f9b49875f846801ea026527 (patch)
treef93ebfc41d3989ddbecd5a81d60764f3920291d4 /mail/dspam/Makefile
parentea3ef11838f558d89178cc2045d0197c38f454c4 (diff)
downloadpkgsrc-5a9846954d6619db9f9b49875f846801ea026527.tar.gz
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r--mail/dspam/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index f85dcb6202f..3f08ba826f9 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2009/04/03 19:52:38 joerg Exp $
+# $NetBSD: Makefile,v 1.62 2009/05/12 08:27:09 hasso Exp $
DISTNAME= dspam-3.8.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://dspam.nuclearelephant.com/sources/
@@ -116,6 +116,9 @@ SUBST_SED.conf+= -e "s|@VARBASE@|${VARBASE}|g"
SUBST_SED.conf+= -e "s|@DSPAM_PIDDIR@|${DSPAM_PIDDIR}|g"
SUBST_MESSAGE.conf= Fixing configuration file.
+post-extract:
+ ${CHMOD} -R go-w ${WRKSRC}
+
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}