summaryrefslogtreecommitdiff
path: root/time/anacron
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-22 09:22:05 +0000
committerrillig <rillig>2006-04-22 09:22:05 +0000
commit1bf12f54d752f34431e029c366efad2fb372519b (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /time/anacron
parent5e6ac2b5cb9b127db4bb3a69a03e450a9c8895cd (diff)
downloadpkgsrc-1bf12f54d752f34431e029c366efad2fb372519b.tar.gz
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'time/anacron')
-rw-r--r--time/anacron/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/time/anacron/Makefile b/time/anacron/Makefile
index f9de4f6c304..8b156afad7f 100644
--- a/time/anacron/Makefile
+++ b/time/anacron/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:11:08 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= anacron-2.3
@@ -15,7 +15,7 @@ USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"
SUBST_CLASSES+= hdr
-SUBST_MESSAGE.hdr= "Setting up global.h."
+SUBST_MESSAGE.hdr= Setting up global.h.
SUBST_STAGE.hdr= pre-configure
SUBST_FILES.hdr= global.h
.if ${OPSYS} == "NetBSD"
@@ -25,7 +25,7 @@ SUBST_SED.hdr= -e 's|SENDMAIL ".*"|SENDMAIL "/usr/lib/sendmail"|'
.endif
SUBST_CLASSES+= man
-SUBST_MESSAGE.man= "Setting up manpages."
+SUBST_MESSAGE.man= Setting up manpages.
SUBST_STAGE.man= pre-configure
SUBST_FILES.man= anacrontab.5 anacron.8
SUBST_SED.man= -e 's|/etc/anacrontab|${PKG_SYSCONFDIR}/anacrontab|g'