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.251 retrieving revision 1.294 diff -u -p -r1.251 -r1.294 --- pkgsrc/pkgtools/pkglint/Makefile 2005/09/22 11:56:37 1.251 +++ pkgsrc/pkgtools/pkglint/Makefile 2005/11/14 04:05:22 1.294 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.251 2005/09/22 11:56:37 rillig Exp $ +# $NetBSD: Makefile,v 1.294 2005/11/14 04:05:22 rillig Exp $ # -DISTNAME= pkglint-4.21.2 +DISTNAME= pkglint-4.41 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty @@ -18,7 +18,6 @@ USE_TOOLS+= perl:run WRKSRC= ${WRKDIR} NO_CHECKSUM= yes -NO_TOOLS= yes NO_BUILD= yes USE_LANGUAGES= # empty @@ -28,9 +27,7 @@ SUBST_CLASSES+= pkglint SUBST_STAGE.pkglint= post-configure SUBST_FILES.pkglint+= lintpkgsrc.0 lintpkgsrc.1 lintpkgsrc.pl SUBST_FILES.pkglint+= pkglint.0 pkglint.1 pkglint.pl -SUBST_FILES.pkglint+= plist-clash.pl SUBST_SED.pkglint+= -e 's|@PREFIX@|${PREFIX}|g' -SUBST_SED.pkglint+= -e 's|@PKGSRCDIR@|${PKGSRCDIR}|g' SUBST_SED.pkglint+= -e 's|@DISTVER@|${DISTNAME:S/pkglint-//}|g' SUBST_SED.pkglint+= -e 's|@MAKE@|${MAKE}|g' SUBST_SED.pkglint+= -e 's|@PERL@|${PERL5}|g' @@ -43,7 +40,7 @@ MANINSTALL= catinstall .endif do-extract: -.for f in ${SUBST_FILES.pkglint} +.for f in lintpkgsrc.0 lintpkgsrc.1 lintpkgsrc.pl pkglint.0 pkglint.1 pkglint.pl plist-clash.pl @${CP} ${FILESDIR}/${f} ${WRKSRC}/${f} .endfor @@ -61,6 +58,6 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/deprecated.map ${PREFIX}/share/pkglint/ post-install: - ${PREFIX}/bin/pkglint -q -Wno-workdir + ${PREFIX}/bin/pkglint -q 1>&2 || ${TRUE} .include "../../mk/bsd.pkg.mk"