summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1996-08-10 13:14:51 +0000
committerChuck Robey <chuckr@FreeBSD.org>1996-08-10 13:14:51 +0000
commited317a17a32bb31b6fabcd54093e78039c8a39fa (patch)
tree93c989078b1f732ccc875093971dced1d09f08ee /math
parentUpdate ports/print/transfig from 3.1.1 to 3.1.2, the older distfile (diff)
Added new man page to oleo (with small formatting changes)
thanks to Don Yuniskis. It's needed it for a long time, Thanks, Don!
Notes
Notes: svn path=/head/; revision=3570
Diffstat (limited to 'math')
-rw-r--r--math/oleo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile
index 491d7179ceea..f6cac9b10a8a 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>