summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r--pkgtools/pkglint/Makefile9
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"