summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2008-08-30 06:54:10 +0000
committerrillig <rillig>2008-08-30 06:54:10 +0000
commit89f5edb32b798528073da5eeb0ff1882e9ba4c7a (patch)
tree43d96ee9f5fbf490178ee3f65ded8ad0b3e7297f /pkgtools/pkglint/Makefile
parente46c69697861e4ffc16bf62fc75aca94af8dd300 (diff)
downloadpkgsrc-89f5edb32b798528073da5eeb0ff1882e9ba4c7a.tar.gz
Fixed two pkglint warnings.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r--pkgtools/pkglint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 5e13d0a2ad5..debc68a4ef7 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.375 2008/07/25 14:15:44 dillo Exp $
+# $NetBSD: Makefile,v 1.376 2008/08/30 06:54:10 rillig Exp $
#
# Please don't increase the version number if you are not rillig.
@@ -36,7 +36,7 @@ SUBST_SED.pkglint+= -e s\|@PKGSRCDIR@\|/usr/pkgsrc\|g
SUBST_SED.pkglint+= -e s\|@PKGSRCDIR@\|${PKGSRCDIR}\|g
.endif
SUBST_SED.pkglint+= -e s\|@PREFIX@\|${PREFIX}\|g
-SUBST_SED.pkglint+= -e s\|@DISTVER@\|${DISTNAME:S/pkglint-//:Q}\|g
+SUBST_SED.pkglint+= -e s\|@DISTVER@\|${DISTNAME:S/pkglint-//}\|g
SUBST_SED.pkglint+= -e s\|@MAKE@\|${MAKE:Q}\|g
SUBST_SED.pkglint+= -e s\|@PERL@\|${PERL5:Q}\|g
SUBST_SED.pkglint+= -e s\|@DATADIR@\|${PREFIX}/share/pkglint\|g
@@ -64,6 +64,6 @@ do-install:
${INSTALL_DATA} ${FILESDIR}/deprecated.map ${DESTDIR}${PREFIX}/share/pkglint/
selftest: .PHONY
- ${LOCALBASE}/bin/pkglint
+ ${PREFIX}/bin/pkglint
.include "../../mk/bsd.pkg.mk"