summaryrefslogtreecommitdiff
path: root/games/xmris
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
commit2829e658f2ba62cb77f3f151f468ec8de1549bd5 (patch)
tree77b9cef42b625156081609e43af1544d569620be /games/xmris
parent5997a7db2d5af7de47f411825619ffc3689f1ce2 (diff)
downloadpkgsrc-2829e658f2ba62cb77f3f151f468ec8de1549bd5.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 'games/xmris')
-rw-r--r--games/xmris/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile
index 055a5b5ae3c..ba6ec92834b 100644
--- a/games/xmris/Makefile
+++ b/games/xmris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/12/27 13:37:37 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2007/01/07 09:13:55 rillig Exp $
DISTNAME= xmris.4.0.5
PKGNAME= xmris-4.05
@@ -20,9 +20,9 @@ post-patch:
< ${WRKSRC}/Imakefile-pre > ${WRKSRC}/Imakefile
post-install:
- ${INSTALL_MAN} ${WRKSRC}/xmris.man ${PREFIX}/man/man6/xmris.6
- ${LN} -fs xmris.6 ${PREFIX}/man/man6/xmsit.6
- ${INSTALL_MAN} ${WRKSRC}/xmred.man ${PREFIX}/man/man6/xmred.6
+ ${INSTALL_MAN} ${WRKSRC}/xmris.man ${PREFIX}/${PKGMANDIR}/man6/xmris.6
+ ${LN} -fs xmris.6 ${PREFIX}/${PKGMANDIR}/man6/xmsit.6
+ ${INSTALL_MAN} ${WRKSRC}/xmred.man ${PREFIX}/${PKGMANDIR}/man6/xmred.6
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"