From 2829e658f2ba62cb77f3f151f468ec8de1549bd5 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 7 Jan 2007 09:13:46 +0000 Subject: 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. --- wm/wm2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wm/wm2') 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" -- cgit v1.2.3