pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/fftwf Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11692b5116dc
branches:  trunk
changeset: 520029:11692b5116dc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 14 01:33:50 2006 +0000

description:
Fixed PKGMANDIR.

diffstat:

 math/fftwf/Makefile |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 970a2b64183b -r 11692b5116dc math/fftwf/Makefile
--- a/math/fftwf/Makefile       Sat Oct 14 01:27:43 2006 +0000
+++ b/math/fftwf/Makefile       Sat Oct 14 01:33:50 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index