summaryrefslogtreecommitdiff
path: root/math/bihar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/bihar/Makefile')
-rw-r--r--math/bihar/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index d0194f5ed4c7..14b8919014c1 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/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