summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-13 23:31:19 +0000
committerrillig <rillig>2006-04-13 23:31:19 +0000
commitdf0785e223582c300d7bf022ff67212519fa6ac9 (patch)
tree145e4c020926ae82535204218a03104f266a15e6 /devel
parent813742123eddbdd7144c1005188fb68dd22be172 (diff)
downloadpkgsrc-df0785e223582c300d7bf022ff67212519fa6ac9.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'devel')
-rw-r--r--devel/exctags/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/exctags/Makefile b/devel/exctags/Makefile
index ae1a1674b95..20b4a4e4074 100644
--- a/devel/exctags/Makefile
+++ b/devel/exctags/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:14 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/04/13 23:36:20 rillig Exp $
#
DISTNAME= ctags-5.5.4
@@ -22,13 +22,12 @@ CPPFLAGS+= -DETAGS="\"exetags\""
SUBST_CLASSES+= man
SUBST_STAGE.man= post-patch
SUBST_FILES.man= ctags.1
-SUBST_SED.man= \
- -e 's|^ctags \\-|exctags \\-|' \
- -e 's|fBctags|fBexctags|g' \
- -e 's|fBetags|fBexetags|g' \
- -e 's|"ctags|"exctags|g' \
- -e 's|"etags|"exetags|g' \
- -e 's|/usr/local|${LOCALBASE}|g'
+SUBST_SED.man= -e 's|^ctags \\-|exctags \\-|'
+SUBST_SED.man+= -e 's|fBctags|fBexctags|g'
+SUBST_SED.man+= -e 's|fBetags|fBexetags|g'
+SUBST_SED.man+= -e 's|"ctags|"exctags|g'
+SUBST_SED.man+= -e 's|"etags|"exetags|g'
+SUBST_SED.man+= -e 's|/usr/local|${LOCALBASE}|g'
SUBST_CLASSES+= rename
SUBST_STAGE.rename= post-patch