diff options
author | agc <agc> | 1999-06-28 11:48:29 +0000 |
---|---|---|
committer | agc <agc> | 1999-06-28 11:48:29 +0000 |
commit | e495160d8c51d05261ea5128010fe47c6cf80d55 (patch) | |
tree | e48a59d7b31bd6da0eb6c5ecb6c7fcaa63acdb13 /devel/libg++ | |
parent | b4382fb17ca1f9cff6bb1b5206e93993f8c694d9 (diff) | |
download | pkgsrc-e495160d8c51d05261ea5128010fe47c6cf80d55.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/libg++')
-rw-r--r-- | devel/libg++/Makefile | 4 |
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 |