diff options
author | tg <tg@FreeBSD.org> | 1997-11-13 20:55:19 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-13 20:55:19 +0800 |
commit | f3162bec4282f95eef0b270dec2d163e6156a0b4 (patch) | |
tree | 0f7d09519ed91c5408b5b144989e367124110080 /math/bihar/Makefile | |
parent | 462912f3f0f48b8d7975a6651bad74792183a1ee (diff) | |
download | freebsd-ports-gnome-f3162bec4282f95eef0b270dec2d163e6156a0b4.tar.gz freebsd-ports-gnome-f3162bec4282f95eef0b270dec2d163e6156a0b4.tar.zst freebsd-ports-gnome-f3162bec4282f95eef0b270dec2d163e6156a0b4.zip |
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>
Diffstat (limited to 'math/bihar/Makefile')
-rw-r--r-- | math/bihar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile index 4da3f431160a..d0194f5ed4c7 100644 --- a/math/bihar/Makefile +++ b/math/bihar/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 |