diff options
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 08ddefecb0d..fb3caf7f96b 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/03/04 21:29:59 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2006/04/22 09:22:10 rillig Exp $ DISTNAME= dspam-3.6.3 CATEGORIES= mail @@ -30,7 +30,7 @@ SUBST_SED.cgi= -e "s|auxw|${DSPAM_PSFLAGS}|g" \ -e "s|configure.pl|${PKG_SYSCONFDIR}/configure.pl|" \ -e "s|\"\/\";|\"${DSPAM_WWWHOME}\";|" \ -e "s|\$$FILE = \"./default.prefs\";|\$$FILE = \"${PKG_SYSCONFDIR}/cgi-default.prefs\";|" -SUBST_MESSAGE.cgi= "Fixing paths and default options." +SUBST_MESSAGE.cgi= Fixing paths and default options. BUILD_DEFS+= DSPAM_HOME BUILD_DEFS+= DSPAM_SIGNATURE_LIFE @@ -108,7 +108,7 @@ SUBST_SED.conf= -e "s,@dspam_home@,${DSPAM_HOME},g" \ -e "s|@PREFIX@|${PREFIX}|g" \ -e "s|@VARBASE@|${VARBASE}|g" \ -e "s|@DSPAM_PIDDIR@|${DSPAM_PIDDIR}|g" -SUBST_MESSAGE.conf= "Fixing configuration file." +SUBST_MESSAGE.conf= Fixing configuration file. post-install: ${INSTALL_DATA_DIR} ${DOCDIR} |