From 5a9846954d6619db9f9b49875f846801ea026527 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 12 May 2009 08:27:09 +0000 Subject: Fix install on platforms not using pax tar. Bump PKGREVISION. --- mail/dspam/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mail/dspam/Makefile') 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} -- cgit v1.2.3