aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-06-05 07:41:02 +0800
committerglewis <glewis@FreeBSD.org>2003-06-05 07:41:02 +0800
commit31ada2dd07a80ad53ae338208ac75d6cfc307bf1 (patch)
tree6d5c647aeaac35f23f222c6925756c7ff40f3112 /math
parent21446a2252e9741fefeb081a0bbcf18709cb7e0c (diff)
downloadfreebsd-ports-gnome-31ada2dd07a80ad53ae338208ac75d6cfc307bf1.tar.gz
freebsd-ports-gnome-31ada2dd07a80ad53ae338208ac75d6cfc307bf1.tar.zst
freebsd-ports-gnome-31ada2dd07a80ad53ae338208ac75d6cfc307bf1.zip
1. Place gnuplot.gih in ${DATADIR} rather than ${PREFIX}/share (the
correct way, by modifying CONFIGURE_ARGS, rather than the bogus way previously done in post-install). 2. Update to use the new version of pdflib (and bump PORTREVISION to reflect this). 3. Info files are included even when NOPORTDOCS is set, and gnuplot.gih definitely should be (mea culpa for these two). PR: 52940, 46757 [1] Submitted by: Ports Fury (2, 3), Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> [1] [1] PR/46757 was mostly addressed in rev 1.10 of pkg-plist, with some clean up occuring in this commit.
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot/Makefile7
-rw-r--r--math/gnuplot/pkg-plist10
2 files changed, 8 insertions, 9 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 316dfc864c43..ffb380d79963 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnuplot
PORTVERSION= 3.7.3
+PORTREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +16,7 @@ MAINTAINER= chuckr@FreeBSD.org
COMMENT= A command-driven interactive function plotting program
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --datadir=${PREFIX}/share \
+CONFIGURE_ARGS= --datadir=${DATADIR} \
--without-linux-vga --without-gd \
--with-readline=gnu --with-lasergnu
@@ -37,7 +38,7 @@ CONFIGURE_ARGS+= --without-png
.endif
.if !defined(WITHOUT_PDF)
-LIB_DEPENDS+= pdf.4:${PORTSDIR}/print/pdflib
+LIB_DEPENDS+= pdf.5:${PORTSDIR}/print/pdflib
CONFIGURE_ARGS+= --with-pdf=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-pdf
@@ -48,8 +49,6 @@ post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${FILESDIR}/README ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/demo/* ${EXAMPLESDIR}
- @${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.gih ${DATADIR}
.endif
.include <bsd.port.mk>
diff --git a/math/gnuplot/pkg-plist b/math/gnuplot/pkg-plist
index d95950576205..265d65e6e06f 100644
--- a/math/gnuplot/pkg-plist
+++ b/math/gnuplot/pkg-plist
@@ -1,9 +1,9 @@
bin/gnuplot
%%X11:%%bin/gnuplot_x11
bin/lasergnu
-%%PORTDOCS%%@unexec install-info --delete %D/info/gnuplot.info %D/info/dir
-%%PORTDOCS%%info/gnuplot.info
-%%PORTDOCS%%@exec install-info %D/info/gnuplot.info %D/info/dir
+@unexec install-info --delete %D/info/gnuplot.info %D/info/dir
+info/gnuplot.info
+@exec install-info %D/info/gnuplot.info %D/info/dir
%%PORTDOCS%%share/examples/gnuplot/1.dat
%%PORTDOCS%%share/examples/gnuplot/2.dat
%%PORTDOCS%%share/examples/gnuplot/3.dat
@@ -70,5 +70,5 @@ bin/lasergnu
%%PORTDOCS%%share/examples/gnuplot/world.dat
%%PORTDOCS%%share/examples/gnuplot/world.dem
%%PORTDOCS%%@dirrm share/examples/gnuplot
-%%PORTDOCS%%share/gnuplot/gnuplot.gih
-%%PORTDOCS%%@dirrm share/gnuplot
+share/gnuplot/gnuplot.gih
+@dirrm share/gnuplot