summaryrefslogtreecommitdiff
path: root/math/dfftpack/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-01-26 22:19:35 +0000
committerjtb <jtb>2001-01-26 22:19:35 +0000
commit764beb2e9f63e8191af2bd5da130ad65a6add36d (patch)
tree870e06729feee65c9649e5ad5c76b9784849f1cf /math/dfftpack/Makefile
parent0d96316f9ca62dabca3cd2cdccf738e022fdda8d (diff)
downloadpkgsrc-764beb2e9f63e8191af2bd5da130ad65a6add36d.tar.gz
Tidied up the Makefiles.
Diffstat (limited to 'math/dfftpack/Makefile')
-rw-r--r--math/dfftpack/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/math/dfftpack/Makefile b/math/dfftpack/Makefile
index e12c44f184b..f09e5f10ae1 100644
--- a/math/dfftpack/Makefile
+++ b/math/dfftpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/10 03:57:16 jtb Exp $
+# $NetBSD: Makefile,v 1.2 2001/01/26 22:19:35 jtb Exp $
DISTNAME= dfftpack-20001209
CATEGORIES= math
@@ -6,17 +6,13 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= jtb@netbsd.org
+NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
WRKSRC= ${WRKDIR}/dfftpack
-
USE_FORTRAN= YES
USE_LIBTOOL= YES
-.include "../../mk/bsd.prefs.mk"
-
-pre-build:
- @${RM} -f ${WRKDIR}/dfftpack/Makefile
- @${SED} -e 's:%%F77%%:'${FC}':g' \
- < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile
+post-extract:
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dfftpack