diff options
author | asami <asami@FreeBSD.org> | 1995-04-22 19:30:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-22 19:30:15 +0800 |
commit | f78f383c549c042bdb059f9a7a87b80980b11d30 (patch) | |
tree | 1fad2ad21182b822cc1909e5389435183a752f98 /math/gnuplot | |
parent | 3e4910c7c4e8b11131d2c07ab62292f308930c81 (diff) | |
download | freebsd-ports-graphics-f78f383c549c042bdb059f9a7a87b80980b11d30.tar.gz freebsd-ports-graphics-f78f383c549c042bdb059f9a7a87b80980b11d30.tar.zst freebsd-ports-graphics-f78f383c549c042bdb059f9a7a87b80980b11d30.zip |
I was going to convert the math Makefiles according to the new
rules in bsd.port.mk, but there weren't any Makefiles that needed
any tweaking. :] So, just some cosmetic changes.
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 84d99448ae0..95f9f40131d 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 |