From 87e1bea888d90a6044a18e46681bc456ea30305c 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. --- x11/qwt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/qwt') diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index dcfe9e17ee5..7c3c58b0b2d 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/05/19 07:48:12 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2007/01/07 09:14:16 rillig Exp $ DISTNAME= qwt-0.3.0 PKGREVISION= 5 @@ -18,7 +18,7 @@ MAKE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} CONFLICTS= qwtlib-[0-9]* -INSTALLATION_DIRS= lib man/man3 +INSTALLATION_DIRS= lib ${PKGMANDIR}/man3 post-patch: ${LN} -s ${WRKSRC}/makefiles/netbsd-g++ ${WRKSRC}/Makefile @@ -28,7 +28,7 @@ do-install: ${PREFIX}/lib ${INSTALL_DATA_DIR} ${PREFIX}/include/qwt ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwt - ${INSTALL_DATA} ${WRKSRC}/doc/man/man3/* ${PREFIX}/man/man3 + ${INSTALL_DATA} ${WRKSRC}/doc/man/man3/* ${PREFIX}/${PKGMANDIR}/man3 .include "../../x11/qt2-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3