mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
math/gnuplot: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
483014e580
commit
368cea2768
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= gnuplot
|
PORTNAME= gnuplot
|
||||||
PORTVERSION= 5.4.1
|
PORTVERSION= 5.4.1
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= math graphics
|
CATEGORIES= math graphics
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ CONFLICTS_INSTALL?= gnuplot-lite
|
||||||
USES+= compiler:c++11-lang cpe groff iconv pkgconfig readline
|
USES+= compiler:c++11-lang cpe groff iconv pkgconfig readline
|
||||||
CPE_VENDOR= gnuplot_project
|
CPE_VENDOR= gnuplot_project
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||||
CONFIGURE_ARGS+=--with-readline=gnu \
|
CONFIGURE_ARGS+=--with-readline=gnu \
|
||||||
--without-linux-vga \
|
--without-linux-vga \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin/gnuplot
|
bin/gnuplot
|
||||||
%%X11%%libexec/gnuplot/5.4/gnuplot_x11
|
%%X11%%libexec/gnuplot/5.4/gnuplot_x11
|
||||||
man/man1/gnuplot.1.gz
|
share/man/man1/gnuplot.1.gz
|
||||||
%%DATADIR%%/5.4/PostScript/8859-1.ps
|
%%DATADIR%%/5.4/PostScript/8859-1.ps
|
||||||
%%DATADIR%%/5.4/PostScript/8859-15.ps
|
%%DATADIR%%/5.4/PostScript/8859-15.ps
|
||||||
%%DATADIR%%/5.4/PostScript/8859-2.ps
|
%%DATADIR%%/5.4/PostScript/8859-2.ps
|
||||||
|
|
Loading…
Add table
Reference in a new issue