summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrillig <rillig>2016-07-10 09:42:07 +0000
committerrillig <rillig>2016-07-10 09:42:07 +0000
commitece43b71f3a0a64c21629fc178cd3de906fbe3ed (patch)
treec982b4c0e4ca3c630f40df164fc9d68949fe557b /audio
parent558af8ca28d7b485b1fd77a697ced584fb2faadb (diff)
downloadpkgsrc-ece43b71f3a0a64c21629fc178cd3de906fbe3ed.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'audio')
-rw-r--r--audio/herrie/Makefile4
-rw-r--r--audio/herrie/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile
index 2ded5b04eaf..f3a64de243c 100644
--- a/audio/herrie/Makefile
+++ b/audio/herrie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2016/04/20 12:10:26 nros Exp $
+# $NetBSD: Makefile,v 1.27 2016/07/10 09:42:07 rillig Exp $
#
DISTNAME= herrie-2.2
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+= verbose
EGDIR= ${PREFIX}/share/examples/herrie
CONF_FILES= ${EGDIR}/herrie.conf ${PKG_SYSCONFDIR}/herrie.conf
-CONFIGURE_ENV+= CONFDIR=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ENV+= CONFDIR=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
CONFIGURE_ENV+= TRANSDIR=${PREFIX}/${PKGLOCALEDIR}/locale
diff --git a/audio/herrie/options.mk b/audio/herrie/options.mk
index cc251ab3605..4927b4c481a 100644
--- a/audio/herrie/options.mk
+++ b/audio/herrie/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.7 2008/10/31 22:48:02 bjs Exp $
+# $NetBSD: options.mk,v 1.8 2016/07/10 09:42:07 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.herrie
PKG_SUPPORTED_OPTIONS= curl libao modplug libspiff sndfile \
vorbis wide-curses
PKG_SUGGESTED_OPTIONS= curl
-PKG_LEGACY_OPTS+= ncursesw:wide-curses
+PKG_OPTIONS_LEGACY_OPTS+= ncursesw:wide-curses
.include "../../mk/oss.buildlink3.mk"