diff options
author | asami <asami@FreeBSD.org> | 1997-11-19 01:41:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-19 01:41:27 +0000 |
commit | 4472d46031bfea60958bff0fad213e51a6c4effe (patch) | |
tree | ae215576b49a78ca1a3ac00c187e0e145d8e9cb0 /math | |
parent | ef48fea8d3f90972c117c1406d52156ce2cd00a0 (diff) | |
download | FreeBSD-ports-4472d46031bfea60958bff0fad213e51a6c4effe.zip FreeBSD-ports-4472d46031bfea60958bff0fad213e51a6c4effe.tar.gz |
Use correct filename to compress and install document file.
Diffstat (limited to 'math')
-rw-r--r-- | math/bihar/Makefile | 6 | ||||
-rw-r--r-- | math/fftpack/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile index 14b8919..a85f1ca 100644 --- a/math/bihar/Makefile +++ b/math/bihar/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 diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 14b8919..a85f1ca 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 |