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 /comms | |
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 'comms')
-rw-r--r-- | comms/estic/Makefile | 4 | ||||
-rw-r--r-- | comms/minicom/Makefile | 4 |
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' |