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.74 retrieving revision 1.76 diff -u -p -r1.74 -r1.76 --- pkgsrc/pkgtools/pkglint/Makefile 2001/01/19 21:16:51 1.74 +++ pkgsrc/pkgtools/pkglint/Makefile 2001/01/26 13:16:52 1.76 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2001/01/19 21:16:51 tron Exp $ +# $NetBSD: Makefile,v 1.76 2001/01/26 13:16:52 wiz Exp $ # -DISTNAME= pkglint-2.34 +DISTNAME= pkglint-2.35 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty @@ -31,18 +31,18 @@ NROFF= nroff -mandoc .endif do-build: -.for file in pkglint lintpkgsrc plist-clash +.for FILE in pkglint lintpkgsrc plist-clash ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ -e 's|@PORTSDIR@|${PKGSRCDIR}|g' \ - < ${FILESDIR}/${file}.pl \ - > ${WRKSRC}/${file} + < ${FILESDIR}/${FILE}.pl \ + > ${WRKSRC}/${FILE} .endfor -.for file in pkglint lintpkgsrc +.for FILE in pkglint lintpkgsrc ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ -e 's|@PORTSDIR@|${PKGSRCDIR}|g' \ - < ${FILESDIR}/${file}.1 \ - > ${WRKSRC}/${file}.1 - ${NROFF} ${WRKSRC}/${file}.1 >${WRKSRC}/${file}.0 + < ${FILESDIR}/${FILE}.1 \ + > ${WRKSRC}/${FILE}.1 + ${NROFF} ${WRKSRC}/${FILE}.1 >${WRKSRC}/${FILE}.0 .endfor do-install: