summaryrefslogtreecommitdiff
path: root/math/asymptote/files/patch-Makefile.in
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2006-12-23 23:25:56 +0000
committerNicola Vitale <nivit@FreeBSD.org>2006-12-23 23:25:56 +0000
commit8a8807f38b396689c6cc34dab2b506e651868a6e (patch)
tree6963864d88904638cb2ac9d28026989b59921563 /math/asymptote/files/patch-Makefile.in
parent- Update WWW (diff)
- Updated to 1.19
Approved by: alexbl (mentor)
Diffstat (limited to 'math/asymptote/files/patch-Makefile.in')
-rw-r--r--math/asymptote/files/patch-Makefile.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in
index e2e0c25616e1..14b531b935d8 100644
--- a/math/asymptote/files/patch-Makefile.in
+++ b/math/asymptote/files/patch-Makefile.in
@@ -1,17 +1,17 @@
---- Makefile.in Wed Sep 6 06:52:39 2006
-+++ Makefile.in.port Wed Sep 6 18:38:24 2006
-@@ -21,8 +21,8 @@
- CLEAN = camp.output asy.list asy.sorted
+--- Makefile.in Wed Dec 13 03:06:26 2006
++++ Makefile.in.port Wed Dec 13 13:42:00 2006
+@@ -22,8 +22,8 @@
+ CLEAN = camp.output asy.list
NAME = asy
EXTRABIN = x$(NAME)
--EXTRA = asy-mode.el,asy-keywords.el,asy-init.el,asy.vim,asymptote.py
--LATEXFILES = asymptote.sty,asycolors.sty
+-EXTRA = asy-mode.el asy-keywords.el asy-init.el asy.vim asymptote.py
+-LATEXFILES = asymptote.sty asycolors.sty pdfanim_temp.sty
+EXTRA = base/asy-mode.el base/asy-keywords.el base/asy-init.el base/asy.vim base/asymptote.py
-+LATEXFILES = doc/asymptote.sty doc/asycolors.sty
++LATEXFILES = doc/asymptote.sty doc/asycolors.sty doc/pdfanim_temp.sty
DEFS = @DEFS@ @OPTIONS@
CFLAGS = @CPPFLAGS@ @CFLAGS@
-@@ -43,7 +43,7 @@
+@@ -44,7 +44,7 @@
datadir = $(DESTDIR)@datadir@
asydir = $(datadir)/asymptote
docdir = $(DESTDIR)@docdir@
@@ -20,10 +20,10 @@
animationsdir = $(exampledir)/animations
latexdir = $(DESTDIR)@latexdir@
INSTALL = @INSTALL@
-@@ -68,7 +68,7 @@
+@@ -69,7 +69,7 @@
rm -f $(GC).tar
cd $(GC); \
- ./configure --disable-threads --disable-shared --enable-cplusplus; \
+ ./configure $(GCOPTIONS); \
- $(MAKE) check
+ $(MAKE)
@@ -33,12 +33,12 @@
${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir)
-${INSTALL} -d $(latexdir)
${INSTALL} -p -m 755 $(NAME) $(EXTRABIN) $(bindir)
-- ${INSTALL} -p -m 644 base/*.asy base/{$(EXTRA)} $(asydir)
+- ${INSTALL} -p -m 644 base/*.asy $(addprefix base/,$(EXTRA)) $(asydir)
+ ${INSTALL} -p -m 644 base/*.asy $(EXTRA) $(asydir)
${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps \
doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir)
${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir)
-- -${INSTALL} -p -m 644 doc/{$(LATEXFILES)} $(latexdir)
+- -${INSTALL} -p -m 644 $(addprefix doc/,$(LATEXFILES)) $(latexdir)
+ -${INSTALL} -p -m 644 $(LATEXFILES) $(latexdir)
-if test -z "$(DESTDIR)"; then \
texhash; \