summaryrefslogtreecommitdiff
path: root/net/sup
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-02-28 11:58:47 +0000
committerrillig <rillig@pkgsrc.org>2008-02-28 11:58:47 +0000
commitb32b7657bb3ff910b6071c84fa0f25c1e9be6915 (patch)
tree9b57bf8c2c6de33d312b22aa420bb8850c649eff /net/sup
parent2509c84ade2521793e7f7ac6ef0a650cbd9cdcc0 (diff)
downloadpkgsrc-b32b7657bb3ff910b6071c84fa0f25c1e9be6915.tar.gz
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'net/sup')
-rw-r--r--net/sup/Makefile4
1 files changed, 2 insertions, 2 deletions
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"