diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-10 13:14:51 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-10 13:14:51 +0000 |
commit | 4552ae6d2a1c833ee790859dab9b5650c48a4cca (patch) | |
tree | c3375de0edb5f46f757aad37c137db2b6c5007af /math | |
parent | ebc95f3c5cd0c5d769d1ad2f90ace56a9b4e2319 (diff) | |
download | FreeBSD-ports-4552ae6d2a1c833ee790859dab9b5650c48a4cca.zip FreeBSD-ports-4552ae6d2a1c833ee790859dab9b5650c48a4cca.tar.gz |
Added new man page to oleo (with small formatting changes)
thanks to Don Yuniskis. It's needed it for a long time,
Thanks, Don!
Diffstat (limited to 'math')
-rw-r--r-- | math/oleo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 491d717..f6cac9b 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,7 +3,7 @@ # Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.6 1995/04/28 13:35:40 jkh Exp $ +# $Id: Makefile,v 1.7 1996/03/10 00:05:48 asami Exp $ # DISTNAME= oleo-1.6 @@ -12,4 +12,10 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ HAS_CONFIGURE=yes +post-install: + install -c $(FILESDIR)/oleo.1 $(PREFIX)/man/man1 +.if !defined(NOMANCOMPRESS) + gzip -9nf $(PREFIX)/man/man1/oleo.1 +.endif + .include <bsd.port.mk> |