diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-19 01:41:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-19 01:41:27 +0000 |
commit | 8357ad15eec71fe83d79537d9044f7a3c070e0ef (patch) | |
tree | 8af0c4eba73cef9f69407e9af9de8f0b466ae3fc /math | |
parent | 6f78395d84f8feaa240221a4ae2e2b0abe4a80fb (diff) | |
download | ports-8357ad15eec71fe83d79537d9044f7a3c070e0ef.tar.gz ports-8357ad15eec71fe83d79537d9044f7a3c070e0ef.zip |
Notes
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 14b8919014c1..a85f1cabbd83 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 14b8919014c1..a85f1cabbd83 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 |