diff options
author | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
commit | 0e51421da369508f6127e9643e65752ec21f2bf0 (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /audio/rtunes | |
parent | dab42586aee1b6d2f5cc813be67303fa377cdff9 (diff) | |
download | pkgsrc-0e51421da369508f6127e9643e65752ec21f2bf0.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'audio/rtunes')
-rw-r--r-- | audio/rtunes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rtunes/Makefile b/audio/rtunes/Makefile index c626477c825..c1ad5f9d797 100644 --- a/audio/rtunes/Makefile +++ b/audio/rtunes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/01/18 05:06:21 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2008/02/28 11:58:47 rillig Exp $ # DISTNAME= rtunes-snap-20071122 @@ -26,7 +26,7 @@ CONF_FILES= ${EGDIR}/${RTUNES_CONF:T} \ ${PKG_SYSCONFDIR}/${RTUNES_CONF:T} RTUNES_CONF= ${WRKDIR}/rtunes.conf -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes SUBST_CLASSES+= doc SUBST_FILES.doc= librtunes/README |