summaryrefslogtreecommitdiff
path: root/pkgtools/port2pkg
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-02-28 11:58:47 +0000
committerrillig <rillig@pkgsrc.org>2008-02-28 11:58:47 +0000
commitb32b7657bb3ff910b6071c84fa0f25c1e9be6915 (patch)
tree9b57bf8c2c6de33d312b22aa420bb8850c649eff /pkgtools/port2pkg
parent2509c84ade2521793e7f7ac6ef0a650cbd9cdcc0 (diff)
downloadpkgsrc-b32b7657bb3ff910b6071c84fa0f25c1e9be6915.tar.gz
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'pkgtools/port2pkg')
-rw-r--r--pkgtools/port2pkg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/port2pkg/Makefile b/pkgtools/port2pkg/Makefile
index de8dcc0ffb0..4968bba6b96 100644
--- a/pkgtools/port2pkg/Makefile
+++ b/pkgtools/port2pkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2007/11/17 16:00:20 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2008/02/28 11:58:49 rillig Exp $
#
DISTNAME= port2pkg-1.11
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
NO_BUILD= yes
USE_TOOLS+= gtar perl:run
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-extract:
cd ${FILESDIR} && cp port2pkg.* ${WRKSRC}