summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-06-28 11:48:29 +0000
committeragc <agc@pkgsrc.org>1999-06-28 11:48:29 +0000
commitdbdecef2405f27f28f85959e43ab6ae2f7d5d50e (patch)
treee48a59d7b31bd6da0eb6c5ecb6c7fcaa63acdb13 /devel
parentffaa873e42bfa06d65809bb60f6f22a13a2d06ac (diff)
downloadpkgsrc-dbdecef2405f27f28f85959e43ab6ae2f7d5d50e.tar.gz
Use single quotes to delineate the IGNORE message, rather than double
quotes, so that the shell does not try to interpret characters, such as parentheses, inside the message itself.
Diffstat (limited to 'devel')
-rw-r--r--devel/libg++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile
index 5ae5159c118..454c106c93c 100644
--- a/devel/libg++/Makefile
+++ b/devel/libg++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/04/30 15:51:38 tv Exp $
+# $NetBSD: Makefile,v 1.13 1999/06/28 11:48:29 agc Exp $
#
DISTNAME= libg++-${GXXVERSION}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libg++/}
MAINTAINER= tv@netbsd.org
.if !exists(/usr/lib/libstdc++.so.2.0)
-IGNORE= "Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree"
+IGNORE= 'Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree'
.endif
GXXVERSION= 2.8.1.1a # used by internal Makefile