pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Fixed two pkglint warnings.
details: https://anonhg.NetBSD.org/pkgsrc/rev/880f9b53c99e
branches: trunk
changeset: 546370:880f9b53c99e
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Aug 30 06:54:10 2008 +0000
description:
Fixed two pkglint warnings.
diffstat:
pkgtools/pkglint/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r c4df8ad5c5f2 -r 880f9b53c99e pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Sat Aug 30 06:50:37 2008 +0000
+++ b/pkgtools/pkglint/Makefile Sat Aug 30 06:54:10 2008 +0000
@@ -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@\|${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 @@
${INSTALL_DATA} ${FILESDIR}/deprecated.map ${DESTDIR}${PREFIX}/share/pkglint/
selftest: .PHONY
- ${LOCALBASE}/bin/pkglint
+ ${PREFIX}/bin/pkglint
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index