summaryrefslogtreecommitdiff
path: root/devel/cvsup-bin
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 /devel/cvsup-bin
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 'devel/cvsup-bin')
-rw-r--r--devel/cvsup-bin/Makefile4
1 files changed, 2 insertions, 2 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 \