summaryrefslogtreecommitdiff
path: root/audio/herrie
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2016-07-10 09:42:07 +0000
committerrillig <rillig@pkgsrc.org>2016-07-10 09:42:07 +0000
commit4177751f8e5f4f4954f8e233f704f9f74e3f623b (patch)
treed3578c1963879aa6d9739c36656a2fe8b975cf3f /audio/herrie
parent84e5f34968bc484bebbe02300283685e801383da (diff)
downloadpkgsrc-4177751f8e5f4f4954f8e233f704f9f74e3f623b.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'audio/herrie')
-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"