diff options
author | jtb <jtb@pkgsrc.org> | 2001-01-22 23:30:01 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-01-22 23:30:01 +0000 |
commit | 16441ea3917bf5ff23158b65aabcd939b0342780 (patch) | |
tree | 2626c2011745ffc74684e4eeb27543e2ad7aa88e /math/fftpack/Makefile | |
parent | 39e5bd2d7c70faea8d2f34f5aa33d690dfb56c1f (diff) | |
download | pkgsrc-16441ea3917bf5ff23158b65aabcd939b0342780.tar.gz |
Roll the 13 trivial patches into one (save some inodes!). Clean it up a bit.
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r-- | math/fftpack/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 1829fc8355e..f094cb05ae6 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/01 01:49:46 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/22 23:30:01 jtb Exp $ DISTNAME= fftpack-20001130 CATEGORIES= math @@ -6,16 +6,13 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= jtb@netbsd.org +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/fftpack - USE_LIBTOOL= YES UES_FORTRAN= YES -.include "../../mk/bsd.prefs.mk" - post-extract: - @${SED} -e 's:%%FORTRAN%%:'${FC}':g' \ - < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile + ${CP} ${FILESDIR}/Makefile ${WRKSRC} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fftpack |