From b2c2574b6ca9726029f6029ef8b857f6316f6270 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 10 Oct 2006 20:09:22 +0000 Subject: Fixed "test ==" and path to the man pages. --- audio/darkice/Makefile | 8 ++++---- audio/darkice/distinfo | 3 ++- audio/darkice/patches/patch-aa | 13 +++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 audio/darkice/patches/patch-aa (limited to 'audio/darkice') diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index ffaed0fafd1..d413f33b20b 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/07/22 04:46:13 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2006/10/10 20:09:22 rillig Exp $ # DISTNAME= darkice-0.17.1 @@ -25,15 +25,15 @@ HTMLDIR= ${PREFIX}/share/doc/darkice CONF_FILES= ${EGDIR}/darkice.conf ${PKG_SYSCONFDIR}/darkice.conf -INSTALLATION_DIRS= bin man/man1 man/man5 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 do-install: ${INSTALL_DATA_DIR} ${EGDIR} ${HTMLDIR} ${INSTALL_DATA} ${WRKSRC}/darkice.cfg ${EGDIR}/darkice.conf ${INSTALL_PROGRAM} ${WRKSRC}/src/darkice ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/darkice.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/darkice.1 ${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_MAN} ${WRKSRC}/man/darkice.cfg.5 \ - ${PREFIX}/man/man5/darkice.conf.5 + ${PREFIX}/${PKGMANDIR}/man5/darkice.conf.5 cd ${WRKSRC}/doc/doxygen/html && ${INSTALL_DATA} *.html ${HTMLDIR} .include "../../audio/faac/buildlink3.mk" diff --git a/audio/darkice/distinfo b/audio/darkice/distinfo index 914cfce2366..2c73530b50e 100644 --- a/audio/darkice/distinfo +++ b/audio/darkice/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.6 2006/05/21 10:27:01 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2006/10/10 20:09:22 rillig Exp $ SHA1 (darkice-0.17.1.tar.gz) = 2952961c8e99412d831ca619f152ba6774efefac RMD160 (darkice-0.17.1.tar.gz) = b6575b28190276d77e721e2ef15e8a93162693cc Size (darkice-0.17.1.tar.gz) = 1407826 bytes +SHA1 (patch-aa) = 6f58c2ae94a9b199ac733fd4b0742178f46dc961 diff --git a/audio/darkice/patches/patch-aa b/audio/darkice/patches/patch-aa new file mode 100644 index 00000000000..c2f5f1d1d46 --- /dev/null +++ b/audio/darkice/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2006/10/10 20:09:22 rillig Exp $ + +--- configure.orig 2006-10-10 22:01:05.000000000 +0200 ++++ configure 2006-10-10 22:07:44.000000000 +0200 +@@ -6750,7 +6750,7 @@ else + USE_DEBUG="no" + fi; + +-if test "x${USE_DEBUG}" == "xyes" ; then ++if test "x${USE_DEBUG}" = "xyes" ; then + DEBUG_CXXFLAGS="-g" + echo "$as_me:$LINENO: result: compiling in debug mode" >&5 + echo "${ECHO_T}compiling in debug mode" >&6 -- cgit v1.2.3