summaryrefslogtreecommitdiff
path: root/net/tspc
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/tspc
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/tspc')
-rw-r--r--net/tspc/Makefile4
1 files changed, 2 insertions, 2 deletions
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"