mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine)
20 lines
866 B
Text
20 lines
866 B
Text
--- Makefile.in.orig 2016-03-14 05:33:18 UTC
|
|
+++ Makefile.in
|
|
@@ -88,7 +88,7 @@ datadir = $(DESTDIR)@datadir@
|
|
asydir = $(datadir)/asymptote
|
|
GUIdir = $(asydir)/GUI
|
|
docdir = $(DESTDIR)@docdir@
|
|
-exampledir = $(docdir)/examples
|
|
+exampledir = $(datadir)/examples/asymptote
|
|
animationsdir = $(exampledir)/animations
|
|
latexdir = $(DESTDIR)@latexdir@
|
|
contextdir = $(DESTDIR)@contextdir@
|
|
@@ -238,7 +238,7 @@ install-asy: asy sty
|
|
${INSTALL} -p -m 644 base/*.asy $(addprefix base/,$(EXTRA)) \
|
|
asy-keywords.el $(asydir)
|
|
${INSTALL} -p -m 755 GUI/*.py $(GUIdir)
|
|
- ln -sf @datadir@/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
|
|
+ ln -sf ../share/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
|
|
${INSTALL} -p -m 644 examples/*.asy $(addprefix examples/,$(EXEXTRA)) \
|
|
doc/extra/*.asy $(addprefix doc/,$(DOCEXTRA)) $(exampledir)
|
|
${INSTALL} -p -m 644 examples/animations/*.asy \
|