pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/herrie Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/491fb6be5b6b
branches:  trunk
changeset: 349552:491fb6be5b6b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 10 09:42:07 2016 +0000

description:
Fixed pkglint warnings.

diffstat:

 audio/herrie/Makefile   |  4 ++--
 audio/herrie/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r bede3cb2e6b1 -r 491fb6be5b6b audio/herrie/Makefile
--- a/audio/herrie/Makefile     Sun Jul 10 08:21:50 2016 +0000
+++ b/audio/herrie/Makefile     Sun Jul 10 09:42:07 2016 +0000
@@ -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 @@
 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 -r bede3cb2e6b1 -r 491fb6be5b6b audio/herrie/options.mk
--- a/audio/herrie/options.mk   Sun Jul 10 08:21:50 2016 +0000
+++ b/audio/herrie/options.mk   Sun Jul 10 09:42:07 2016 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index