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.253 retrieving revision 1.297 diff -u -p -r1.253 -r1.297 --- pkgsrc/pkgtools/pkglint/Makefile 2005/09/23 13:08:23 1.253 +++ pkgsrc/pkgtools/pkglint/Makefile 2005/11/15 01:55:53 1.297 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.253 2005/09/23 13:08:23 rillig Exp $ +# $NetBSD: Makefile,v 1.297 2005/11/15 01:55:53 rillig Exp $ # -DISTNAME= pkglint-4.21.4 +DISTNAME= pkglint-4.42 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' @@ -38,12 +35,8 @@ SUBST_SED.pkglint+= -e 's|@DATADIR@|${PR .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "AIX" || ${OPSYS} == "SunOS" -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 +54,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 .include "../../mk/bsd.pkg.mk"