summaryrefslogtreecommitdiff
path: root/x11/xpmroot
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-04-25 07:45:53 +0000
committermartti <martti@pkgsrc.org>2006-04-25 07:45:53 +0000
commitb18a7ae9f129f0446c2ffc5d2b45add059aa06b3 (patch)
tree7664f564ff41a5ccbf940ce578fd18658f1c2685 /x11/xpmroot
parente5cdd0aca219bb09c7ae48138fe065e56234a824 (diff)
downloadpkgsrc-b18a7ae9f129f0446c2ffc5d2b45add059aa06b3.tar.gz
Use PKGMANDIR instead of man
Diffstat (limited to 'x11/xpmroot')
-rw-r--r--x11/xpmroot/Makefile7
-rw-r--r--x11/xpmroot/PLIST4
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/xpmroot/Makefile b/x11/xpmroot/Makefile
index a4ec6f918bd..6e5ad9a0612 100644
--- a/x11/xpmroot/Makefile
+++ b/x11/xpmroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2006/02/17 08:02:57 martti Exp $
+# $NetBSD: Makefile,v 1.50 2006/04/25 07:49:10 martti Exp $
#
DISTNAME= fvwm-${PKG_VERSION}
@@ -19,7 +19,7 @@ GNU_CONFIGURE= YES
MAKE_ENV+= VERSION=${PKG_VERSION:Q}
CONFIGURE_ARGS+= --without-extras --disable-dmalloc --without-gnome
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR:Q}/man1
do-build:
@(cd ${WRKSRC:Q}/libs && \
@@ -29,7 +29,8 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC:Q}/utils/xpmroot ${PREFIX:Q}/bin
- ${INSTALL_MAN} ${WRKSRC:Q}/utils/xpmroot.1 ${PREFIX:Q}/man/man1
+ ${INSTALL_MAN} ${WRKSRC:Q}/utils/xpmroot.1 \
+ ${PREFIX:Q}/${PKGMANDIR:Q}/man1
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xpmroot/PLIST b/x11/xpmroot/PLIST
index 42245c6a900..14b8fac0864 100644
--- a/x11/xpmroot/PLIST
+++ b/x11/xpmroot/PLIST
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:12:31 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/04/25 07:49:11 martti Exp $
bin/xpmroot
-man/man1/xpmroot.1
+${PKGMANDIR}/man1/xpmroot.1