summaryrefslogtreecommitdiff
path: root/wm/wm2/Makefile
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 /wm/wm2/Makefile
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 'wm/wm2/Makefile')
-rw-r--r--wm/wm2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/wm2/Makefile b/wm/wm2/Makefile
index 5e60078117f..c73e7ce724d 100644
--- a/wm/wm2/Makefile
+++ b/wm/wm2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:11:15 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2007/01/07 09:14:15 rillig Exp $
DISTNAME= wm2-4
PKGNAME= wm2-4.0
@@ -16,12 +16,12 @@ USE_LANGUAGES= c c++
USE_X11BASE= YES
MAKE_ENV+= CCC=${CXX:Q}
-INSTALLATION_DIRS= bin man/cat1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1
.include "../../mk/x11.buildlink3.mk"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wm2 ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/man/cat1/wm2.0
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/${PKGMANDIR}/cat1/wm2.0
.include "../../mk/bsd.pkg.mk"