summaryrefslogtreecommitdiff
path: root/x11/qwt
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-07 09:13:46 +0000
committerrillig <rillig>2007-01-07 09:13:46 +0000
commit87e1bea888d90a6044a18e46681bc456ea30305c (patch)
tree77b9cef42b625156081609e43af1544d569620be /x11/qwt
parent0e3f31f90a7d6a3a3dc9c7045ed1c6c9c8dac0ac (diff)
downloadpkgsrc-87e1bea888d90a6044a18e46681bc456ea30305c.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 'x11/qwt')
-rw-r--r--x11/qwt/Makefile6
1 files changed, 3 insertions, 3 deletions
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"