diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
commit | fc84a926f5531150469a65e6cfd4ae40c88a4aca (patch) | |
tree | 04f5b7d3d188da46fe1e03896c93e31c4a740aeb /math/gnuplot | |
parent | 91f14a89e47ba76c5731ba2461f6361afa280c15 (diff) |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 84d99448ae02..95f9f40131de 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,18 +1,18 @@ - # New ports collection makefile for: gnuplot # Version required: 3.5 # Date created: 6 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.2 1995/04/11 01:18:55 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/11 02:01:00 jmz Exp $ # DISTNAME= gnuplot PKGNAME= gnuplot-3.5 MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ -MAINTAINER= jmz@FreeBSD.org DISTFILES= gnuplot3.5.tar.Z +MAINTAINER= jmz@FreeBSD.org + pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/lib |