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.10 retrieving revision 1.14 diff -u -p -r1.10 -r1.14 --- pkgsrc/pkgtools/pkglint/Makefile 1999/06/05 00:32:39 1.10 +++ pkgsrc/pkgtools/pkglint/Makefile 1999/08/01 18:34:40 1.14 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 1999/06/05 00:32:39 abs Exp $ +# $NetBSD: Makefile,v 1.14 1999/08/01 18:34:40 abs Exp $ # -DISTNAME= pkglint-1.71 +DISTNAME= pkglint-1.74 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty @@ -22,6 +22,12 @@ MAKE_ENV= PKGSRCDIR=${PKGSRCDIR} .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "SunOS" +NROFF= gnroff +.else +NROFF= nroff +.endif + do-build: .for file in pkglint lintpkgsrc plist-clash ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ @@ -34,7 +40,7 @@ do-build: -e 's|@PORTSDIR@|${PKGSRCDIR}|g' \ < ${FILESDIR}/${file}.1 \ > ${WRKSRC}/${file}.1 - nroff -mandoc ${WRKSRC}/${file}.1 >${WRKSRC}/${file}.0 + ${NROFF} -mandoc ${WRKSRC}/${file}.1 >${WRKSRC}/${file}.0 .endfor do-install: