summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-03-11 04:20:36 +0000
committerreed <reed@pkgsrc.org>2006-03-11 04:20:36 +0000
commitb23aff88caab96684c3cd748a894661d097bfe01 (patch)
tree33ee439186cc7c872e9f0f5ca340c95746f0f0d2
parent24cd400625a0c9da4def3a83435dd12a09bb3e51 (diff)
downloadpkgsrc-b23aff88caab96684c3cd748a894661d097bfe01.tar.gz
Use PKGMANDIR instead of "man".
-rw-r--r--multimedia/mplayer-share/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/Makefile b/multimedia/mplayer-share/Makefile
index c51551e97f8..2ba370f0fe6 100644
--- a/multimedia/mplayer-share/Makefile
+++ b/multimedia/mplayer-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:17 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/03/11 04:20:36 reed Exp $
.include "Makefile.common"
@@ -14,7 +14,7 @@ NO_CONFIGURE= YES
INSTALLATION_DIRS= man/man1
do-install:
- ${INSTALL_MAN} ${WRKSRC}/DOCS/man/en/mplayer.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/DOCS/man/en/mplayer.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer
${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer/DOCS
${INSTALL_DATA} ${WRKSRC}/etc/codecs.conf ${PREFIX}/share/mplayer