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 | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /devel/anjuta | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-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 'devel/anjuta')
-rw-r--r-- | devel/anjuta/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index fbddbc5bb37..e1d67aaf206 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/04/17 13:46:20 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2006/04/22 09:22:07 rillig Exp $ DISTNAME= anjuta-1.2.3 PKGREVISION= 8 @@ -25,14 +25,14 @@ GNU_CONFIGURE= yes SUBST_CLASSES+= make SUBST_STAGE.make= pre-configure -SUBST_MESSAGE.make= "Fixing path to GNU make." +SUBST_MESSAGE.make= Fixing path to GNU make. SUBST_FILES.make= data/properties/anjuta.properties SUBST_FILES.make+= src/defaults.c SUBST_SED.make= -e 's|make=make|make=${GMAKE}|' SUBST_CLASSES+= unused SUBST_STAGE.unused= pre-configure -SUBST_MESSAGE.unused= "Fixing __unused__ occurrances to avoid name clash" +SUBST_MESSAGE.unused= Fixing __unused__ occurrances to avoid name clash SUBST_FILES.unused= tagmanager/c.c tagmanager/ctags.c tagmanager/general.h SUBST_FILES.unused+= tagmanager/lua.c tagmanager/options.c tagmanager/parse.c SUBST_FILES.unused+= tagmanager/parse.h tagmanager/regex.c |