diff options
author | tg <tg@FreeBSD.org> | 1997-11-13 12:55:19 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-13 12:55:19 +0000 |
commit | f3162bec4282f95eef0b270dec2d163e6156a0b4 (patch) | |
tree | 0f7d09519ed91c5408b5b144989e367124110080 /math | |
parent | 462912f3f0f48b8d7975a6651bad74792183a1ee (diff) | |
download | FreeBSD-ports-f3162bec4282f95eef0b270dec2d163e6156a0b4.zip FreeBSD-ports-f3162bec4282f95eef0b270dec2d163e6156a0b4.tar.gz |
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')
-rw-r--r-- | math/bihar/Makefile | 6 | ||||
-rw-r--r-- | math/bihar/pkg-plist | 3 | ||||
-rw-r--r-- | math/fftpack/Makefile | 6 | ||||
-rw-r--r-- | math/fftpack/pkg-plist | 3 |
4 files changed, 10 insertions, 8 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile index 4da3f43..d0194f5 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 diff --git a/math/bihar/pkg-plist b/math/bihar/pkg-plist index f623f3d..f9c45b1 100644 --- a/math/bihar/pkg-plist +++ b/math/bihar/pkg-plist @@ -1,4 +1,5 @@ lib/libfftpack.a lib/libfftpack.so.1.0 -share/doc/fftlib/doc.Z @exec /sbin/ldconfig -m %B +share/doc/fftlib/doc.gz +@dirrm share/doc/fftlib diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 4da3f43..d0194f5 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 diff --git a/math/fftpack/pkg-plist b/math/fftpack/pkg-plist index f623f3d..f9c45b1 100644 --- a/math/fftpack/pkg-plist +++ b/math/fftpack/pkg-plist @@ -1,4 +1,5 @@ lib/libfftpack.a lib/libfftpack.so.1.0 -share/doc/fftlib/doc.Z @exec /sbin/ldconfig -m %B +share/doc/fftlib/doc.gz +@dirrm share/doc/fftlib |