diff options
author | agc <agc> | 1999-03-10 08:24:16 +0000 |
---|---|---|
committer | agc <agc> | 1999-03-10 08:24:16 +0000 |
commit | 98ae2ea9ccde572bde4998a595bdf1cc6e4d03c6 (patch) | |
tree | 9592527150a431af0c9340eb7c92912041934afd /pkgtools/pkglint/Makefile | |
parent | 83d5af3a856fb2b97de8c044a5d5957ad99c5ac7 (diff) | |
download | pkgsrc-98ae2ea9ccde572bde4998a595bdf1cc6e4d03c6.tar.gz |
If running on Solaris, just use the NetBSD settings - it's the same pkgsrc.
Bump version number to denote Solaris support.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 558fcd03b23..d5e38c4a823 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 1999/03/04 07:23:09 kim Exp $ +# $NetBSD: Makefile,v 1.8 1999/03/10 08:24:16 agc Exp $ # -DISTNAME= pkglint-1.68 +DISTNAME= pkglint-1.69 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty @@ -20,6 +20,8 @@ NO_CONFIGURE= yes PKGSRCDIR?= ${.CURDIR}/../.. MAKE_ENV= PKGSRCDIR=${PKGSRCDIR} +.include "../../mk/bsd.prefs.mk" + do-build: ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ -e 's|@PORTSDIR@|${PKGSRCDIR}|g' \ @@ -35,7 +37,7 @@ do-build: > ${WRKSRC}/plist-clash ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ -e 's|@PORTSDIR@|${PKGSRCDIR}|g' \ - < ${FILESDIR}/pkglint.1 \ + < ${FILESDIR}/pkglint.1 \ > ${WRKSRC}/pkglint.1 nroff -mandoc ${WRKSRC}/pkglint.1 >${WRKSRC}/pkglint.0 |