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 | b32b7657bb3ff910b6071c84fa0f25c1e9be6915 (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /net/adns/Makefile | |
parent | 2509c84ade2521793e7f7ac6ef0a650cbd9cdcc0 (diff) | |
download | pkgsrc-b32b7657bb3ff910b6071c84fa0f25c1e9be6915.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'net/adns/Makefile')
-rw-r--r-- | net/adns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile index a379de409c0..6f66ef6a1f9 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/10/10 08:38:41 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2008/02/28 11:58:48 rillig Exp $ # DISTNAME= adns-1.1 @@ -15,6 +15,6 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-dynamic -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes .include "../../mk/bsd.pkg.mk" |