pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/herrie



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jul 10 09:42:07 UTC 2016

Modified Files:
        pkgsrc/audio/herrie: Makefile options.mk

Log Message:
Fixed pkglint warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/herrie/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/herrie/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/herrie/Makefile
diff -u pkgsrc/audio/herrie/Makefile:1.26 pkgsrc/audio/herrie/Makefile:1.27
--- pkgsrc/audio/herrie/Makefile:1.26   Wed Apr 20 12:10:26 2016
+++ pkgsrc/audio/herrie/Makefile        Sun Jul 10 09:42:07 2016
@@ -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
 

Index: pkgsrc/audio/herrie/options.mk
diff -u pkgsrc/audio/herrie/options.mk:1.7 pkgsrc/audio/herrie/options.mk:1.8
--- pkgsrc/audio/herrie/options.mk:1.7  Fri Oct 31 22:48:02 2008
+++ pkgsrc/audio/herrie/options.mk      Sun Jul 10 09:42:07 2016
@@ -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