summaryrefslogtreecommitdiff
path: root/math/asymptote/files/patch-Makefile.in
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-09-08 12:20:03 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-09-08 12:20:03 +0000
commit3a7cf035c9fa898f34f492aa65820a93519cef61 (patch)
tree0dbe6bb4fa4bcc025ef6dcdfa4e97bf2e1d7763a /math/asymptote/files/patch-Makefile.in
parentThis is Metacity theme (slave port) for previously added GTK2/GNOME theme. (diff)
- Update to 1.13
PR: ports/102982 Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
Diffstat (limited to 'math/asymptote/files/patch-Makefile.in')
-rw-r--r--math/asymptote/files/patch-Makefile.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in
index 27d561f9c680..e2e0c25616e1 100644
--- a/math/asymptote/files/patch-Makefile.in
+++ b/math/asymptote/files/patch-Makefile.in
@@ -1,17 +1,17 @@
---- Makefile.in Wed Jun 28 08:04:21 2006
-+++ Makefile.in.port Fri Jun 30 06:59:03 2006
-@@ -20,8 +20,8 @@
- CLEAN = camp.output
+--- 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
NAME = asy
EXTRABIN = x$(NAME)
--EXTRA = asy-mode.el,asy-init.el,asy.vim,asymptote.py
+-EXTRA = asy-mode.el,asy-keywords.el,asy-init.el,asy.vim,asymptote.py
-LATEXFILES = asymptote.sty,asycolors.sty
-+EXTRA = base/asy-mode.el base/asy-init.el base/asy.vim base/asymptote.py
++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
DEFS = @DEFS@ @OPTIONS@
CFLAGS = @CPPFLAGS@ @CFLAGS@
-@@ -42,7 +42,7 @@
+@@ -43,7 +43,7 @@
datadir = $(DESTDIR)@datadir@
asydir = $(datadir)/asymptote
docdir = $(DESTDIR)@docdir@
@@ -27,9 +27,9 @@
- $(MAKE) check
+ $(MAKE)
- doc: asy
+ html: asy
cd doc; $(MAKE) doc
-@@ -98,11 +98,11 @@
+@@ -111,11 +111,11 @@
${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir)
-${INSTALL} -d $(latexdir)
${INSTALL} -p -m 755 $(NAME) $(EXTRABIN) $(bindir)