summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-09 03:02:35 +0000
committerrillig <rillig>2007-03-09 03:02:35 +0000
commit0d3003ca41f79c157cc8de9d5ecba1f928f533a0 (patch)
tree29f7ffaca7e1003e6499ef4f814f87349a179207 /pkgtools
parentcab8df5ade891b3080e85ee6a601f226fc948849 (diff)
downloadpkgsrc-0d3003ca41f79c157cc8de9d5ecba1f928f533a0.tar.gz
INSTALLATION_DIRS_FROM_PLIST is more comfortable than specifying
INSTALLATION_DIRS explicitly. It also removes some redundancy.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 2c34746d486..28242c8ae74 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.358 2007/02/20 12:38:32 uebayasi Exp $
+# $NetBSD: Makefile,v 1.359 2007/03/09 03:02:35 rillig Exp $
#
DISTNAME= pkglint-4.76
@@ -25,7 +25,7 @@ NO_CHECKSUM= yes
NO_BUILD= yes
USE_LANGUAGES= # none
-INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 share/pkglint
+INSTALLATION_DIRS_FROM_PLIST= yes
SUBST_CLASSES+= pkglint
SUBST_STAGE.pkglint= post-configure