diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-27 15:31:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-27 15:31:32 +0000 |
commit | 94c07f9b80f20c5c4571b3c72f0155433ee67cdd (patch) | |
tree | 17c7764ca8bcdadb09e4abc6b7ebbc90546580ad /math | |
parent | a7513c19d9d8881f4dbb8332fddafb57112e3234 (diff) | |
download | ports-94c07f9b80f20c5c4571b3c72f0155433ee67cdd.tar.gz ports-94c07f9b80f20c5c4571b3c72f0155433ee67cdd.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ngraph/Makefile | 2 | ||||
-rw-r--r-- | math/ngraph/files/patch-Makefile | 8 | ||||
-rw-r--r-- | math/ngraph/files/patch-install.sh | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile index 2c0dc63225fb..3f908e0a866e 100644 --- a/math/ngraph/Makefile +++ b/math/ngraph/Makefile @@ -11,7 +11,7 @@ DISTNAME= Ngraph-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= XY plotting tool for students, scientists, and engineers -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl.txt USES= gmake motif diff --git a/math/ngraph/files/patch-Makefile b/math/ngraph/files/patch-Makefile index a147ad434831..e91c8f5f2d7c 100644 --- a/math/ngraph/files/patch-Makefile +++ b/math/ngraph/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-07-13 12:31:19.000000000 +0900 -+++ Makefile 2015-07-18 08:34:18.463818755 +0900 -@@ -3,26 +3,26 @@ +--- Makefile.orig 2015-07-13 03:31:19 UTC ++++ Makefile +@@ -3,26 +3,26 @@ MAINVERSION = '"6.03"' GUIVERSION = '".54"' VERSION=6.3.54 ALIGNSIZE = 8 @@ -41,7 +41,7 @@ # # ############################################################################### -@@ -150,17 +150,18 @@ +@@ -150,17 +150,18 @@ X11LIB = -L/usr/X11R6/lib -lm -lXm -lXex # # (Thanks to MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>) # diff --git a/math/ngraph/files/patch-install.sh b/math/ngraph/files/patch-install.sh index c864d19c5bb8..d11db8296912 100644 --- a/math/ngraph/files/patch-install.sh +++ b/math/ngraph/files/patch-install.sh @@ -1,5 +1,5 @@ ---- install.sh.orig 2009-10-15 20:17:47.000000000 +0900 -+++ install.sh 2014-06-20 21:40:11.532930042 +0900 +--- install.sh.orig 2015-07-13 03:31:19 UTC ++++ install.sh @@ -2,6 +2,7 @@ INSTALLDIR=${INSTALLDIR:-/usr/local/lib/Ngraph} @@ -8,7 +8,7 @@ TEXTFILES="Ngraph.ini .Ngraph .Ngraph.ngp .fit.ngp INSTALL.jis gpl.txt gpl.ja.txt" ADDINFILES="append.nsc math.nsc text-in.nsc \ -@@ -26,8 +27,8 @@ +@@ -26,8 +27,8 @@ if [ ! -f ./org/Ngraph.ini ] then cp Ngraph.ini ./org fi @@ -19,7 +19,7 @@ echo "Making directories in ${INSTALLDIR}" if [ ! -d ${INSTALLDIR} ] -@@ -90,7 +91,7 @@ +@@ -112,7 +113,7 @@ echo "Copying documents to ${INSTALLDIR} if [ ! -h ${BINDIR}/ngraph ] then echo "Making a symbolic link ${BINDIR}/ngraph" |