Added new man page to oleo (with small formatting changes)

thanks to Don Yuniskis.  It's needed it for a long time,
Thanks, Don!
This commit is contained in:
Chuck Robey 1996-08-10 13:14:51 +00:00
parent 640de364f6
commit ed317a17a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3570

View File

@ -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>