summaryrefslogtreecommitdiff
path: root/audio/herrie
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 /audio/herrie
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 'audio/herrie')
-rw-r--r--audio/herrie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile
index 5a6fc3092dd..971acc86855 100644
--- a/audio/herrie/Makefile
+++ b/audio/herrie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/02/22 16:59:56 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2008/02/28 11:58:47 rillig Exp $
#
DISTNAME= herrie-1.9.1
@@ -30,7 +30,7 @@ RESOLV_AUTO_VARS= yes
USE_FEATURES= snprintf regcomp
USE_NCURSES= yes
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
.include "options.mk"