From 01febbad8fca55e1f20b510d67c25927754de479 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 13 Nov 1997 12:55:19 +0000 Subject: Files are now gzipped instead of compressed. PR: 5023 Submitted by: Carl Fongheiser Minor cleanup. Prompted by: Pedro Giffuni --- math/fftpack/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/fftpack/Makefile') 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 -- cgit v1.2.3