summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-17 05:58:28 +0000
committeruebayasi <uebayasi>2005-02-17 05:58:28 +0000
commit6310fb976639af63b0c41ad08694aec6782f6bdf (patch)
treeb1b92acfac6006cac561ea4a7bd000a36e0da330 /devel
parent0c4c0eb273dd3fe720956d3568827b0f911ce7d5 (diff)
downloadpkgsrc-6310fb976639af63b0c41ad08694aec6782f6bdf.tar.gz
Fix quoting.
Diffstat (limited to 'devel')
-rw-r--r--devel/exctags/Makefile4
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