diff options
author | hasso <hasso> | 2009-05-12 08:27:09 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-05-12 08:27:09 +0000 |
commit | f728f93f4edb6d5c488711d67cf022b093b07da1 (patch) | |
tree | f93ebfc41d3989ddbecd5a81d60764f3920291d4 /mail/dspam | |
parent | 1efc552686914acf362ebdc3e8b51c4fb72cc393 (diff) | |
download | pkgsrc-f728f93f4edb6d5c488711d67cf022b093b07da1.tar.gz |
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 7 |
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} |