aboutsummaryrefslogtreecommitdiff
path: root/math/bihar/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-11-08 09:48:36 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-11-08 09:48:36 +0000
commit051f1e44602e297f819c03df433468a86c2e3b09 (patch)
treeb9e57de884dd44fa589ebe9cd640f2d7762dfe73 /math/bihar/Makefile
parenteca330fba27a419201af9e909eb3918bc08d4501 (diff)
downloadports-051f1e44602e297f819c03df433468a86c2e3b09.tar.gz
ports-051f1e44602e297f819c03df433468a86c2e3b09.zip
Notes
Diffstat (limited to 'math/bihar/Makefile')
-rw-r--r--math/bihar/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index 63940f48c27d..71e6027ccc6f 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -5,11 +5,11 @@
# $FreeBSD$
#
-PORTNAME= fftpack
+PORTNAME= bihar
PORTVERSION= 1.0
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/
-DISTNAME= bihar
+DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
@@ -25,6 +25,8 @@ EXTRACT_AFTER_ARGS= # empty
INSTALLS_SHLIB= yes
+PORTDOCS= fft.doc.gz
+
.include <bsd.port.pre.mk>
post-extract:
@@ -36,9 +38,9 @@ pre-build:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} $(PREFIX)/share/doc/fftpack
+ ${MKDIR} ${DOCSDIR}
-${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc
- ${CP} $(WRKSRC)/fft.doc.gz $(PREFIX)/share/doc/fftpack/
+ ${CP} $(WRKSRC)/fft.doc.gz ${DOCSDIR}
.endif
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so