diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-02-17 05:58:28 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-02-17 05:58:28 +0000 |
commit | 1955e227d0f44d789bc7e39e132d5a7a00371079 (patch) | |
tree | b1b92acfac6006cac561ea4a7bd000a36e0da330 /devel | |
parent | a1300719fee72eba535c5b56cc54ab460f04c721 (diff) | |
download | pkgsrc-1955e227d0f44d789bc7e39e132d5a7a00371079.tar.gz |
Fix quoting.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/exctags/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/exctags/Makefile b/devel/exctags/Makefile index 15d5ac8ce26..b8ff29c2add 100644 --- a/devel/exctags/Makefile +++ b/devel/exctags/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/12/30 21:59:17 markd Exp $ +# $NetBSD: Makefile,v 1.12 2005/02/17 05:58:28 uebayasi Exp $ # DISTNAME= ctags-5.5.4 @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --enable-macro-patterns CONFIGURE_ARGS+= --with-readlib CONFIGURE_ARGS+= --enable-custom-config=${PKG_SYSCONFDIR}/ctags.conf -CPPFLAGS+= -DETAGS='\"exetags\"' +CPPFLAGS+= -DETAGS="\"exetags\"" SUBST_CLASSES+= man SUBST_STAGE.man= post-patch |