summaryrefslogtreecommitdiff
path: root/comms/minicom
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/minicom
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/minicom')
-rw-r--r--comms/minicom/Makefile4
1 files changed, 2 insertions, 2 deletions
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'