summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-05-12 08:27:09 +0000
committerhasso <hasso@pkgsrc.org>2009-05-12 08:27:09 +0000
commitfcdc548b46988f08f432c988a11c7d68724d697e (patch)
treef93ebfc41d3989ddbecd5a81d60764f3920291d4 /mail
parent5236868370c2d31cf54a4ac88bdaac9c697c3ec7 (diff)
downloadpkgsrc-fcdc548b46988f08f432c988a11c7d68724d697e.tar.gz
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'mail')
-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}