diff options
author | glewis <glewis@FreeBSD.org> | 2003-06-04 23:27:22 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-06-04 23:27:22 +0000 |
commit | 8c53cb9dbbf9f2fabd2fd03c35634b078654b98d (patch) | |
tree | 94e2a6aef2b666fb7163585c53a8eb7404a039ee /math | |
parent | f6ac0b4935ea004895ab5cc2800059b8d12c82ba (diff) | |
download | FreeBSD-ports-8c53cb9dbbf9f2fabd2fd03c35634b078654b98d.zip FreeBSD-ports-8c53cb9dbbf9f2fabd2fd03c35634b078654b98d.tar.gz |
. Forced commit to note that the last commit also addressed PR/49952
(in a slightly different way that the PR).
PR: 49952
Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> (the PR)
Pointed out by: Ports Fury
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 316dfc8..ffb380d 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> |