diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
commit | 2a37de7d11d8e6128dc59f6ecaef293a5d3c407c (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /pkgtools | |
parent | 80bb59e08c4ff1b56f6274837af80f5989279e8a (diff) | |
download | pkgsrc-2a37de7d11d8e6128dc59f6ecaef293a5d3c407c.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/port2pkg/Makefile | 4 |
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} |