From 9fc2d7d28106475bc308a209655b44e662911609 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 22 Apr 2006 09:22:05 +0000 Subject: Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*. --- mail/dspam/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/dspam') 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} -- cgit v1.2.3