pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/exctags Fix quoting.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3fb0615d244b
branches: trunk
changeset: 489124:3fb0615d244b
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Thu Feb 17 05:58:28 2005 +0000
description:
Fix quoting.
diffstat:
devel/exctags/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e89ca20894db -r 3fb0615d244b devel/exctags/Makefile
--- a/devel/exctags/Makefile Thu Feb 17 04:11:52 2005 +0000
+++ b/devel/exctags/Makefile Thu Feb 17 05:58:28 2005 +0000
@@ -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+= --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
Home |
Main Index |
Thread Index |
Old Index