diff options
author | asami <asami@FreeBSD.org> | 1997-11-19 09:41:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-19 09:41:27 +0800 |
commit | 4472d46031bfea60958bff0fad213e51a6c4effe (patch) | |
tree | ae215576b49a78ca1a3ac00c187e0e145d8e9cb0 /math/bihar/Makefile | |
parent | ef48fea8d3f90972c117c1406d52156ce2cd00a0 (diff) | |
download | freebsd-ports-gnome-4472d46031bfea60958bff0fad213e51a6c4effe.tar.gz freebsd-ports-gnome-4472d46031bfea60958bff0fad213e51a6c4effe.tar.zst freebsd-ports-gnome-4472d46031bfea60958bff0fad213e51a6c4effe.zip |
Use correct filename to compress and install document file.
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 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 |