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.291 retrieving revision 1.300 diff -u -p -r1.291 -r1.300 --- pkgsrc/pkgtools/pkglint/Makefile 2005/11/10 11:03:57 1.291 +++ pkgsrc/pkgtools/pkglint/Makefile 2005/11/19 17:22:21 1.300 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.291 2005/11/10 11:03:57 rillig Exp $ +# $NetBSD: Makefile,v 1.300 2005/11/19 17:22:21 rillig Exp $ # -DISTNAME= pkglint-4.39 +DISTNAME= pkglint-4.43 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_BUILD= yes USE_LANGUAGES= # empty +FOO_BAR= ${NO_CDROM} INSTALLATION_DIRS= bin man/cat1 man/man1 share/pkglint @@ -27,9 +28,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' @@ -37,12 +36,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