diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
commit | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (patch) | |
tree | 3a9d17e5f9310ab69df14407f1fa479d6a68eac0 /math/oleo | |
parent | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (diff) | |
download | ports-5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4.tar.gz ports-5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4.zip |
Notes
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index c8a337ab7fc7..78938e9c3e10 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,19 +3,17 @@ # Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.8 1996/08/10 13:14:51 chuckr Exp $ +# $Id: Makefile,v 1.9 1996/09/22 18:31:58 max Exp $ # DISTNAME= oleo-1.6 -CATEGORIES+= math -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_GNU} HAS_CONFIGURE=yes +MAN1= oleo.1 post-install: $(INSTALL_MAN) $(FILESDIR)/oleo.1 $(PREFIX)/man/man1 -.if !defined(NOMANCOMPRESS) - gzip -9nf $(PREFIX)/man/man1/oleo.1 -.endif .include <bsd.port.mk> |