diff options
author | jlam <jlam> | 2004-01-05 11:28:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-05 11:28:07 +0000 |
commit | 30b39faca823825b2ec82513aa507130d188a5c7 (patch) | |
tree | 9ecaf9e93cca00dc142e8a14112e6c947b91be5c /pkgtools/pkglint/Makefile | |
parent | aa01a81cd7755ef18d14fea94d347dbdd3b28d6b (diff) | |
download | pkgsrc-30b39faca823825b2ec82513aa507130d188a5c7.tar.gz |
bl3ify
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 9bc4af20575..32470872c72 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.173 2003/12/24 09:54:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.174 2004/01/05 11:32:40 jlam Exp $ # DISTNAME= pkglint-3.66 @@ -13,8 +13,11 @@ COMMENT= Verifier for NetBSD packages and complete pkgsrc tree DEPENDS+= digest>=20010101:../../pkgtools/digest -USE_PERL5= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_PERL5= yes + +NO_BUILDLINK= yes NO_CHECKSUM= yes NO_CONFIGURE= yes @@ -22,6 +25,8 @@ MAKE_ENV= PKGSRCDIR=${_PKGSRCDIR:Q} DISTVER= ${DISTNAME:S/pkglint-//} +INSTALLATION_DIRS= bin man/cat1 man/man1 + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |