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