summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot/Makefile7
-rw-r--r--math/oleo/Makefile10
2 files changed, 8 insertions, 9 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 9e22739f27ae..b2b0b358864b 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -3,13 +3,14 @@
# Date created: 6 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.4 1995/04/22 11:30:11 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/28 13:35:36 jkh Exp $
#
DISTNAME= gnuplot
PKGNAME= gnuplot-3.5
-CATEGORIES+= math graphics
-MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/
+CATEGORIES= math graphics
+MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ \
+ ${MASTER_SITE_GNU}
DISTFILES= gnuplot3.5.tar.Z
MAINTAINER= jmz@FreeBSD.org
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>