summaryrefslogtreecommitdiff
path: root/math/bihar
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-19 01:41:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-19 01:41:27 +0000
commit8357ad15eec71fe83d79537d9044f7a3c070e0ef (patch)
tree8af0c4eba73cef9f69407e9af9de8f0b466ae3fc /math/bihar
parentYou don't need a md5 checksum of the md5 file itself. :) (diff)
Use correct filename to compress and install document file.
Notes
Notes: svn path=/head/; revision=8701
Diffstat (limited to 'math/bihar')
-rw-r--r--math/bihar/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index 14b8919014c1..a85f1cabbd83 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1996
# Whom: Pedro Giffuni S.
#
-# $Id: Makefile,v 1.4 1997/11/13 12:55:17 tg Exp $
+# $Id: Makefile,v 1.5 1997/11/16 09:48:03 fenner Exp $
#
DISTNAME= bihar
@@ -28,8 +28,8 @@ pre-build:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} $(PREFIX)/share/doc/fftpack
- gzip ${WRKSRC}*.doc
- ${CP} $(WRKSRC)/doc.gz $(PREFIX)/share/doc/fftpack/
+ -${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc
+ ${CP} $(WRKSRC)/fft.doc.gz $(PREFIX)/share/doc/fftpack/
.endif
${LDCONFIG} -m ${PREFIX}/lib