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.239 retrieving revision 1.246 diff -u -p -r1.239 -r1.246 --- pkgsrc/pkgtools/pkglint/Makefile 2005/05/24 15:39:05 1.239 +++ pkgsrc/pkgtools/pkglint/Makefile 2005/07/29 16:01:12 1.246 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.239 2005/05/24 15:39:05 rillig Exp $ +# $NetBSD: Makefile,v 1.246 2005/07/29 16:01:12 he Exp $ # -DISTNAME= pkglint-4.17 +DISTNAME= pkglint-4.19 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty @@ -14,27 +14,24 @@ DEPENDS+= digest>=20010101:../../pkgtool PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_PERL5= yes +USE_TOOLS+= perl:run WRKSRC= ${WRKDIR} NO_CHECKSUM= yes -NO_CONFIGURE= yes NO_TOOLS= yes NO_BUILD= yes USE_LANGUAGES= # empty -DISTVER= ${DISTNAME:S/pkglint-//} - INSTALLATION_DIRS= bin man/cat1 man/man1 share/pkglint SUBST_CLASSES+= pkglint -SUBST_STAGE.pkglint= post-patch +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@|${DISTVER}|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' SUBST_SED.pkglint+= -e 's|@DATADIR@|${PREFIX}/share/pkglint|g' @@ -46,8 +43,8 @@ MANINSTALL= catinstall .endif do-extract: -.for _f_ in ${SUBST_FILES.pkglint} - @${CP} ${FILESDIR}/${_f_} ${WRKSRC}/${_f_} +.for f in ${SUBST_FILES.pkglint} + @${CP} ${FILESDIR}/${f} ${WRKSRC}/${f} .endfor do-install: