From 0c2981b05a22dbb8e4df22d0649231ce2a68cf08 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 13 Jan 1997 08:15:58 +0000 Subject: 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). --- math/gnuplot/Makefile | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'math') diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index a030e5069156..91776abce875 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 -- cgit v1.2.3