diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-13 23:31:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-13 23:31:19 +0000 |
commit | 0a824bc3099c82a5254314bae69c669c5727a536 (patch) | |
tree | 145e4c020926ae82535204218a03104f266a15e6 /devel | |
parent | 7010c26000947c08391159ad7c91b65b2e8f0af7 (diff) | |
download | pkgsrc-0a824bc3099c82a5254314bae69c669c5727a536.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/exctags/Makefile | 15 |
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 |