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.373 retrieving revision 1.406 diff -u -p -r1.373 -r1.406 --- pkgsrc/pkgtools/pkglint/Makefile 2008/03/06 08:54:12 1.373 +++ pkgsrc/pkgtools/pkglint/Makefile 2012/07/10 09:39:26 1.406 @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.373 2008/03/06 08:54:12 rillig Exp $ +# $NetBSD: Makefile,v 1.406 2012/07/10 09:39:26 wiz Exp $ # -# Please don't increase the version number if you are not rillig. -DISTNAME= pkglint-4.85 +# 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.114 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none -MAINTAINER= rillig@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ COMMENT= Verifier for NetBSD packages @@ -36,10 +38,11 @@ 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 +#SUBST_SED.pkglint+= -e s\|@DATADIR@\|/usr/pkgsrc/pkgtools/pkglint/files\|g # Note: This target is only intended for use by the pkglint author. .PHONY: quick-install @@ -64,6 +67,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"