diff options
author | asami <asami@FreeBSD.org> | 1997-01-13 08:15:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-13 08:15:58 +0000 |
commit | bf8483b94e85ec0996de1cdd9da33d10cb02dc89 (patch) | |
tree | 17abefe33d33560c13687299812f24979d057d20 /math/gnuplot | |
parent | 9765a96a888ca68a5cc91eb0447d3ad13a72cb71 (diff) | |
download | FreeBSD-ports-bf8483b94e85ec0996de1cdd9da33d10cb02dc89.zip FreeBSD-ports-bf8483b94e85ec0996de1cdd9da33d10cb02dc89.tar.gz |
Update the "version required" comment. Change "Whom" and MAINTAINER to
reflect reality (who's "cbr"?). Change PKGNAME to follow standard.
Remove commented out MASTER_SITES (I know how it got here, and I do this
myself too, but you have to make sure you delete it before committing,
Chuck :), remove unnecessary pre-install target (directories are created by
mtree).
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index a030e50..91776ab 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,28 +1,22 @@ # New ports collection makefile for: gnuplot -# Version required: 3.6 +# Version required: beta325 # Date created: 11 January 1997 -# Whom: cbr +# Whom: chuckr # -# $Id: Makefile,v 1.7 1996/11/18 14:05:16 asami Exp $ +# $Id: Makefile,v 1.8 1997/01/12 20:07:13 chuckr Exp $ # DISTNAME= gnuplot -PKGNAME= gnuplot-beta325 +PKGNAME= gnuplot-325b CATEGORIES= math graphics -#MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/gnuplot-beta325.tar.gz MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/ DISTFILES= gnuplot-beta325.tar.gz -MAINTAINER= cbr@FreeBSD.org +MAINTAINER= chuckr@FreeBSD.org HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x --without-linux-vga --with-gnu-readline --with-lasergnu MAN1= gnuplot.1 lasergnu.1 -pre-install: - @mkdir -p ${PREFIX}/bin - @mkdir -p ${PREFIX}/lib - @mkdir -p ${PREFIX}/man/man1 - .include <bsd.port.mk> |