Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkglint/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkglint/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.370 retrieving revision 1.388 diff -u -p -r1.370 -r1.388 --- pkgsrc/pkgtools/pkglint/Makefile 2008/02/13 20:14:49 1.370 +++ pkgsrc/pkgtools/pkglint/Makefile 2011/02/01 09:08:01 1.388 @@ -1,7 +1,10 @@ -# $NetBSD: Makefile,v 1.370 2008/02/13 20:14:49 reed Exp $ +# $NetBSD: Makefile,v 1.388 2011/02/01 09:08:01 wiz Exp $ # -DISTNAME= pkglint-4.83 +# Note: if you update the version number, please have a look at the +# changes between the CVS tag "pkglint_current" and HEAD. +# After updating, please re-set the CVS tag to HEAD. +DISTNAME= pkglint-4.97 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none @@ -18,7 +21,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgvie PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} -NO_CHECKSUM= yes NO_BUILD= yes USE_LANGUAGES= # none AUTO_MKDIRS= yes @@ -35,7 +37,7 @@ SUBST_SED.pkglint+= -e s\|@PKGSRCDIR@\|/ 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 @@ -63,6 +65,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"