From b18a7ae9f129f0446c2ffc5d2b45add059aa06b3 Mon Sep 17 00:00:00 2001 From: martti Date: Tue, 25 Apr 2006 07:45:53 +0000 Subject: Use PKGMANDIR instead of man --- x11/xpmroot/Makefile | 7 ++++--- x11/xpmroot/PLIST | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'x11') 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 -- cgit v1.2.3