summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2008-02-28 11:58:47 +0000
committerrillig <rillig>2008-02-28 11:58:47 +0000
commit0e51421da369508f6127e9643e65752ec21f2bf0 (patch)
tree9b57bf8c2c6de33d312b22aa420bb8850c649eff /net
parentdab42586aee1b6d2f5cc813be67303fa377cdff9 (diff)
downloadpkgsrc-0e51421da369508f6127e9643e65752ec21f2bf0.tar.gz
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'net')
-rw-r--r--net/adns/Makefile4
-rw-r--r--net/sup/Makefile4
-rw-r--r--net/totd/Makefile4
-rw-r--r--net/tspc/Makefile4
4 files changed, 8 insertions, 8 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"
diff --git a/net/sup/Makefile b/net/sup/Makefile
index 72b91ac1a3e..1622a361fd7 100644
--- a/net/sup/Makefile
+++ b/net/sup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/12/20 20:29:36 christos Exp $
+# $NetBSD: Makefile,v 1.5 2008/02/28 11:58:48 rillig Exp $
#
DISTNAME= sup-0.2
@@ -8,6 +8,6 @@ MASTER_SITES= ftp://ftp.astron.com/pub/sup/
MAINTAINER= christos@NetBSD.org
COMMENT= Network file distribution/synchronisation utility
-INSTALLATION_DIRS_FROM_PLIST=yes
+AUTO_MKDIRS= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/net/totd/Makefile b/net/totd/Makefile
index 919c40fa713..9e94b0a4570 100644
--- a/net/totd/Makefile
+++ b/net/totd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/12/01 13:23:14 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2008/02/28 11:58:48 rillig Exp $
#
DISTNAME= totd-1.5.1
@@ -16,7 +16,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.totd
PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability
PKG_OPTIONS_GROUP.inet6= inet6
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
BUILDLINK_TRANSFORM+= rm:-Werror
do-install:
diff --git a/net/tspc/Makefile b/net/tspc/Makefile
index 38ff89bd229..f336fae6894 100644
--- a/net/tspc/Makefile
+++ b/net/tspc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/01/04 14:40:15 ghen Exp $
+# $NetBSD: Makefile,v 1.17 2008/02/28 11:58:48 rillig Exp $
DISTNAME= tspc-2.1.1-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -20,7 +20,7 @@ ONLY_FOR_PLATFORM+= Linux-*-*
ONLY_FOR_PLATFORM+= Darwin-*-*
ONLY_FOR_PLATFORM+= SunOS-*-*
-INSTALLATION_DIRS_FROM_PLIST=yes
+AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"