summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-14 01:33:50 +0000
committerrillig <rillig@pkgsrc.org>2006-10-14 01:33:50 +0000
commit0205442e88cfab4c8cb22b821a0295cbb02aede3 (patch)
tree9fc4868e93decc78e82457089808473d853a3564 /math
parent132d59a0e2f6e175d25874e7280c016c60e80f06 (diff)
downloadpkgsrc-0205442e88cfab4c8cb22b821a0295cbb02aede3.tar.gz
Fixed PKGMANDIR.
Diffstat (limited to 'math')
-rw-r--r--math/fftwf/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile
index 123bca3b0ab..a84a3d526da 100644
--- a/math/fftwf/Makefile
+++ b/math/fftwf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:16 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2006/10/14 01:33:50 rillig Exp $
.if (${MACHINE_ARCH} == "powerpc")
DISTNAME= fftw-3.0.1-fma
@@ -32,11 +32,13 @@ USE_TOOLS+= gmake
TEST_TARGET= check
+INSTALLATION_DIRS= ${PKGMANDIR}/man1
+
do-install:
- ${GMAKE} -C ${WRKSRC} install-libLTLIBRARIES
- ${GMAKE} -C ${WRKSRC} install-pkgconfigDATA
- ${GMAKE} -C ${WRKSRC}/tools install-binPROGRAMS
- ${INSTALL_MAN} ${WRKSRC}/tools/fftwf-wisdom.1 \
- ${LOCALBASE}/man/man1
+ gmake -C ${WRKSRC} install-libLTLIBRARIES
+ gmake -C ${WRKSRC} install-pkgconfigDATA
+ gmake -C ${WRKSRC}/tools install-binPROGRAMS
+ ${INSTALL_MAN} ${WRKSRC}/tools/fftwf-wisdom.1 \
+ ${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"