diff options
author | alex <alex@FreeBSD.org> | 1997-12-24 09:21:47 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1997-12-24 09:21:47 +0800 |
commit | 81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59 (patch) | |
tree | 4a42a978650c3b49c7da351295e4c90edaf0251f /math/plplot | |
parent | abf612f4bd49f654e032a8a43ec209cb3827fdf9 (diff) | |
download | freebsd-ports-gnome-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.tar.gz freebsd-ports-gnome-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.tar.zst freebsd-ports-gnome-81b9ed4f2298c0732fc1e9c02e92bbbec0bf3b59.zip |
No need to use += on first appearance of variables.
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index e2abbe821713..f19e0049f1d8 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Oct 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1997/11/29 23:20:20 jseger Exp $ +# $Id: Makefile,v 1.3 1997/11/30 21:12:15 jseger Exp $ # DISTNAME= plplot4p99j @@ -14,7 +14,7 @@ MASTER_SITES= ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ MAINTAINER= tg@FreeBSD.ORG GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-gcc=yes --with-double=yes +CONFIGURE_ARGS= --with-gcc=yes --with-double=yes post-patch: @perl -pi.bak -e "s|/usr/local/plplot/lib|${PREFIX}/lib/plplot|g;" \ |