summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig>2008-02-28 11:58:47 +0000
committerrillig <rillig>2008-02-28 11:58:47 +0000
commit9f6335a1203dd6d04f5f9baea4cdd5919ab6c8d3 (patch)
tree9b57bf8c2c6de33d312b22aa420bb8850c649eff /devel
parent311ed543e05c77f2873845e4b8b04c4e64cc9299 (diff)
downloadpkgsrc-9f6335a1203dd6d04f5f9baea4cdd5919ab6c8d3.tar.gz
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsup-bin/Makefile4
-rw-r--r--devel/cvsup/Makefile.common4
-rw-r--r--devel/dia2code/Makefile4
-rw-r--r--devel/ldapsdk/Makefile4
-rw-r--r--devel/lincvs/Makefile4
-rw-r--r--devel/netbsd-iscsi-initiator/Makefile4
-rw-r--r--devel/netbsd-iscsi-target/Makefile4
-rw-r--r--devel/sfio/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/devel/cvsup-bin/Makefile b/devel/cvsup-bin/Makefile
index 163c5b918c7..37e962ac33e 100644
--- a/devel/cvsup-bin/Makefile
+++ b/devel/cvsup-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/10/10 10:33:39 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2008/02/28 11:58:48 rillig Exp $
DISTNAME= cvsup-static-16.1.h
PKGNAME= ${DISTNAME:C/static/bin/}
@@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
BUILD_DIRS= # empty
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-install:
cd ${WRKSRC} && for i in cvpasswd cvsup ; do \
diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common
index a5db0eac19c..5c09ae52ab3 100644
--- a/devel/cvsup/Makefile.common
+++ b/devel/cvsup/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2007/09/29 12:38:54 rillig Exp $
+# $NetBSD: Makefile.common,v 1.12 2008/02/28 11:58:48 rillig Exp $
DISTNAME= cvsup-snap-16.1h
CATEGORIES= devel net scm
@@ -40,7 +40,7 @@ M3FLAGS+= -DSTATIC
STATIC= -static
.endif
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
EGDIR= ${PREFIX}/share/examples/cvsup
diff --git a/devel/dia2code/Makefile b/devel/dia2code/Makefile
index 819794b3021..061e0630a97 100644
--- a/devel/dia2code/Makefile
+++ b/devel/dia2code/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/03/19 12:47:47 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2008/02/28 11:58:48 rillig Exp $
#
DISTNAME= dia2code-0.8.1
@@ -16,7 +16,7 @@ SUBST_STAGE.inc= post-configure
SUBST_FILES.inc= Makefile */Makefile */*/Makefile */*/*/Makefile
SUBST_SED.inc= -e 's:INCLUDES =:INCLUDES = -I${PREFIX}/include/libxml2/libxml :'
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dia2code/dia2code ${PREFIX}/bin
diff --git a/devel/ldapsdk/Makefile b/devel/ldapsdk/Makefile
index a79dd178f26..56b851547ef 100644
--- a/devel/ldapsdk/Makefile
+++ b/devel/ldapsdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/12/22 07:22:07 obache Exp $
+# $NetBSD: Makefile,v 1.28 2008/02/28 11:58:48 rillig Exp $
DISTNAME= ldapsdk_12311998
PKGNAME= ${DISTNAME:S/_/-/}
@@ -24,7 +24,7 @@ MAKE_ENV+= MOZ_LDAP_SDK=1
MAKE_FILE= directory/ldapsdk.mk
BUILD_TARGET= build
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
post-extract:
${LN} -s FreeBSD.mk ${WRKSRC}/config/DragonFly.mk
diff --git a/devel/lincvs/Makefile b/devel/lincvs/Makefile
index f39bb2bcdf3..20cffa003bb 100644
--- a/devel/lincvs/Makefile
+++ b/devel/lincvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/03/17 15:59:12 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2008/02/28 11:58:48 rillig Exp $
DISTNAME= lincvs-1.4.4-0-generic-src
PKGNAME= ${DISTNAME:S/-0-generic-src//}
@@ -24,7 +24,7 @@ SUBST_FILES.appdir= src/lincvs.cpp src/main.cpp src/cvscontrol.cpp
SUBST_SED.appdir= -e 's,%%PREFIX%%,${PREFIX},'
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-configure:
cd ${WRKSRC} && qmake -o Makefile lincvs.pro
diff --git a/devel/netbsd-iscsi-initiator/Makefile b/devel/netbsd-iscsi-initiator/Makefile
index bb607570d17..78b2913734c 100644
--- a/devel/netbsd-iscsi-initiator/Makefile
+++ b/devel/netbsd-iscsi-initiator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/02/07 19:31:51 agc Exp $
+# $NetBSD: Makefile,v 1.9 2008/02/28 11:58:48 rillig Exp $
DISTNAME= netbsd-iscsi-20080207
PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-initiator/}
@@ -13,7 +13,7 @@ GNU_CONFIGURE= yes
CONFIGURE_DIRS= src
BUILD_TARGET= all-initiator
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/netbsd-iscsi-target/Makefile b/devel/netbsd-iscsi-target/Makefile
index 82ffb48e356..c571a12e0f4 100644
--- a/devel/netbsd-iscsi-target/Makefile
+++ b/devel/netbsd-iscsi-target/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/02/07 19:31:51 agc Exp $
+# $NetBSD: Makefile,v 1.9 2008/02/28 11:58:48 rillig Exp $
DISTNAME= netbsd-iscsi-20080207
PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-target/}
@@ -14,7 +14,7 @@ CONFLICTS+= netbsd-iscsi>0
GNU_CONFIGURE= yes
CONFIGURE_DIRS= src
-INSTALLATION_DIRS_FROM_PLIST=yes
+AUTO_MKDIRS= yes
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/sfio/Makefile b/devel/sfio/Makefile
index 756cb092334..266ce8f8f6c 100644
--- a/devel/sfio/Makefile
+++ b/devel/sfio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/10/14 07:12:41 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2008/02/28 11:58:48 rillig Exp $
#
# pkgsrc/mail/sendmail (as of 8.11.0) specifically wants 1999, not 2000.
@@ -20,7 +20,7 @@ COMMENT= Safe and Fast IO library
WRKSRC= ${WRKDIR}
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-extract:
@${MKDIR} ${WRKDIR}