diff options
author | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | dab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch) | |
tree | 28fae1fb481b10b7b6210a2472019866db9d8bac /math/plplot | |
parent | 2a42fd62a8e25a47ed589726645bccb6357e1493 (diff) | |
download | ports-dab61dff141cf6f3c73d292a0b3d51f7c627db07.tar.gz ports-dab61dff141cf6f3c73d292a0b3d51f7c627db07.zip |
Notes
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;" \ |