diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-07 09:13:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-07 09:13:46 +0000 |
commit | 30a267d3c48dc8fefc724fc2836567ee8e3e55b3 (patch) | |
tree | 77b9cef42b625156081609e43af1544d569620be /x11/qwt/Makefile | |
parent | 08380154f8ef872609e366d7ad67b4784cb73b0f (diff) | |
download | pkgsrc-30a267d3c48dc8fefc724fc2836567ee8e3e55b3.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/Makefile')
-rw-r--r-- | x11/qwt/Makefile | 6 |
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" |