diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | dee80fa6d8cc06b21a6491ad0f45a8bdfd0ddcfa (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /mail/dspam | |
parent | e5d1a3e10d166705430889850f203065cd78dd74 (diff) | |
download | pkgsrc-dee80fa6d8cc06b21a6491ad0f45a8bdfd0ddcfa.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
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} |