summaryrefslogtreecommitdiff
path: root/audio/mad123
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
committerrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
commit30a267d3c48dc8fefc724fc2836567ee8e3e55b3 (patch)
tree77b9cef42b625156081609e43af1544d569620be /audio/mad123
parent08380154f8ef872609e366d7ad67b4784cb73b0f (diff)
downloadpkgsrc-30a267d3c48dc8fefc724fc2836567ee8e3e55b3.tar.gz
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Diffstat (limited to 'audio/mad123')
-rw-r--r--audio/mad123/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile
index c4461740f15..7a2c6a90570 100644
--- a/audio/mad123/Makefile
+++ b/audio/mad123/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/11/19 11:50:24 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/01/07 09:13:47 rillig Exp $
#
DISTNAME= mad123-0.8.5
@@ -37,11 +37,11 @@ MAKE_FLAGS+= USE_OSS=yes
MAKE_FLAGS+= USE_SUN=yes
.endif
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mad123 ${DESTDIR}${PREFIX}/bin/mad123
- ${INSTALL_MAN} ${WRKSRC}/mad123.1 ${DESTDIR}${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/mad123.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../audio/taglib/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"