From 7ed2a9cc84eebc651087c02515fc663a40d277cc Mon Sep 17 00:00:00 2001 From: glewis Date: Mon, 16 Apr 2007 18:37:06 +0000 Subject: . Remove redundant CONFIGURE_TARGET setting. [1] . Start CONFIGURE_ARGS with +=. [1] . Fix a whitespace nit. . Move some @dirrm to @dirrmtry as appropriate. Pointed out by: bf [1] --- math/gnuplot/Makefile | 5 ++--- math/gnuplot/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'math') diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 59b1f31082b3..a7eadc0eddeb 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -17,15 +17,14 @@ COMMENT= A command-driven interactive function plotting program GNU_CONFIGURE= yes WANT_WX= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-kpsexpand \ +CONFIGURE_ARGS+=--with-kpsexpand \ --with-lasergnu \ --with-readline=gnu \ --without-linux-vga \ --without-lisp-files \ --without-tutorial -BUILD_DEPENDS+=latex:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base OPTIONS= GD "Enable GD support" on \ PDF "Enable PDF support" on \ diff --git a/math/gnuplot/pkg-plist b/math/gnuplot/pkg-plist index 52b0a5fc452d..e4d65213dec1 100644 --- a/math/gnuplot/pkg-plist +++ b/math/gnuplot/pkg-plist @@ -156,9 +156,9 @@ libexec/gnuplot/4.2/gnuplot_x11 %%DATADIR%%/4.2/gnuplot.gih share/texmf-local/tex/latex/gnuplot/gnuplot.cfg @dirrm share/texmf-local/tex/latex/gnuplot -@dirrm share/texmf-local/tex/latex -@dirrm share/texmf-local/tex -@dirrm share/texmf-local +@dirrmtry share/texmf-local/tex/latex +@dirrmtry share/texmf-local/tex +@dirrmtry share/texmf-local @dirrm %%DATADIR%%/4.2/PostScript @dirrm %%DATADIR%%/4.2 @dirrm %%DATADIR%% -- cgit