summaryrefslogtreecommitdiff
path: root/math/fftpack/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-11-13 12:55:19 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-11-13 12:55:19 +0000
commit01febbad8fca55e1f20b510d67c25927754de479 (patch)
tree539784e4b8c0224f11ed6b1033645e837046b0e0 /math/fftpack/Makefile
parentActivate xzx. (diff)
Files are now gzipped instead of compressed.
PR: 5023 Submitted by: Carl Fongheiser <cmf@netins.net> Minor cleanup. Prompted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Notes
Notes: svn path=/head/; revision=8601
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 4da3f431160a..d0194f5ed4c7 100644
--- a/math/fftpack/Makefile
+++ b/math/fftpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1996
# Whom: pgs
#
-# $Id: Makefile,v 1.2 1997/02/14 09:50:04 asami Exp $
+# $Id: Makefile,v 1.3 1997/07/17 15:12:55 max Exp $
#
DISTNAME= fftpack
@@ -19,7 +19,7 @@ IGNOREFILES= ${DISTFILES}
EXTRACT_BEFORE_ARGS= -xvf
post-extract:
- uncompress $(WRKSRC)/*.f.Z
+ gunzip $(WRKSRC)/*.f.gz
pre-build:
${RM} $(WRKSRC)/.depend
@@ -28,7 +28,7 @@ pre-build:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} $(PREFIX)/share/doc/fftlib
- ${CP} $(WRKSRC)/doc.Z $(PREFIX)/share/doc/fftlib/
+ ${CP} $(WRKSRC)/doc.gz $(PREFIX)/share/doc/fftlib/
.endif
${LDCONFIG} -m ${PREFIX}/lib