diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
commit | f061af8080abfb59038d436c3e16778abbf8a5a5 (patch) | |
tree | 78c3dfe188b146eabede69f8db503043af83c8b4 /math/oleo/Makefile | |
parent | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff) | |
download | freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.zst freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.zip |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'math/oleo/Makefile')
-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> |