From c411e5cd03aa9e6bd390eb31a8d8b02c3b5b6cd2 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Sun, 16 Nov 1997 09:48:15 +0000 Subject: Upgrade to bihar (double precision version) PR: ports/4914 Submitted by: Pedro Giffuni S. --- math/fftpack/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'math/fftpack/Makefile') diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index d0194f5ed4c7..14b8919014c1 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: fftpack # Version required: ? # Date created: 31 October 1996 -# Whom: pgs +# Whom: Pedro Giffuni S. # -# $Id: Makefile,v 1.3 1997/07/17 15:12:55 max Exp $ +# $Id: Makefile,v 1.4 1997/11/13 12:55:17 tg Exp $ # -DISTNAME= fftpack +DISTNAME= bihar PKGNAME= fftpack-1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/ EXTRACT_SUFX= .tar -MAINTAINER= ports@FreeBSD.org +MAINTAINER= giffunip@asme.org # ${DISTFILES} is automatically created from the directory contents IGNOREFILES= ${DISTFILES} -EXTRACT_BEFORE_ARGS= -xvf +EXTRACT_BEFORE_ARGS= -xf post-extract: gunzip $(WRKSRC)/*.f.gz @@ -27,8 +27,9 @@ pre-build: post-install: .if !defined(NOPORTDOCS) - ${MKDIR} $(PREFIX)/share/doc/fftlib - ${CP} $(WRKSRC)/doc.gz $(PREFIX)/share/doc/fftlib/ + ${MKDIR} $(PREFIX)/share/doc/fftpack + gzip ${WRKSRC}*.doc + ${CP} $(WRKSRC)/doc.gz $(PREFIX)/share/doc/fftpack/ .endif ${LDCONFIG} -m ${PREFIX}/lib -- cgit v1.2.3