summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
committerrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
commit9fc2d7d28106475bc308a209655b44e662911609 (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /comms
parent1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff)
downloadpkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'comms')
-rw-r--r--comms/estic/Makefile4
-rw-r--r--comms/minicom/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/estic/Makefile b/comms/estic/Makefile
index 88eb6d8bb35..2d29c354fa1 100644
--- a/comms/estic/Makefile
+++ b/comms/estic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:29:04 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/04/22 09:22:07 rillig Exp $
DISTNAME= estic-1.61
PKGREVISION= 1
@@ -13,7 +13,7 @@ COMMENT= German language configuration tool for ISTEC 1003/1008 ISDN systems
EXTRACT_ONLY= estic-1.60-sources${EXTRACT_SUFX}
-RESTRICTED= "Only free distribution permitted"
+RESTRICTED= Only free distribution permitted
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index 7881dddd4a4..a6cfa6bf1a7 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2006/04/13 18:23:30 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2006/04/22 09:22:07 rillig Exp $
DISTNAME= minicom-2.1
PKGREVISION= 2
@@ -31,7 +31,7 @@ CONF_FILES_PERMS= ${EGDIR}/minicom.users ${PKG_SYSCONFDIR}/minicom.users \
uucp dialer 0644
SUBST_CLASSES+= minicom
-SUBST_MESSAGE.minicom= "Fixing hardcoded paths."
+SUBST_MESSAGE.minicom= Fixing hardcoded paths.
SUBST_STAGE.minicom= post-patch
SUBST_FILES.minicom= src/rwconf.c
SUBST_SED.minicom= -e 's,@PREFIX@,${PREFIX},g'