summaryrefslogtreecommitdiff
path: root/math/asymptote/files
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
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')
-rw-r--r--math/asymptote/files/patch-Makefile.in18
-rw-r--r--math/asymptote/files/patch-doc-Makefile13
2 files changed, 15 insertions, 16 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)
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile
index 06d6239a0d0b..502e9bba2d83 100644
--- a/math/asymptote/files/patch-doc-Makefile
+++ b/math/asymptote/files/patch-doc-Makefile
@@ -1,15 +1,14 @@
-$FreeBSD$
-
---- doc/Makefile Mon Jun 19 05:36:12 2006
-+++ doc/Makefile.port Tue Jun 20 15:35:52 2006
-@@ -52,8 +52,9 @@
+--- doc/Makefile Wed Sep 6 06:52:34 2006
++++ doc/Makefile.port Wed Sep 6 18:41:09 2006
+@@ -56,9 +56,10 @@
rm -rf asymptote
- install-man: man
+ install: man faq
+ mkdir -p $(prefix)/share/doc/asymptote
+ cd FAQ; $(MAKE) install
${INSTALL} -d -m 755 $(docdir) $(mandir)/man1
- ${INSTALL} -p -m 644 asymptote.pdf $(docdir)
+ ${INSTALL} -p -m 644 asymptote.pdf $(prefix)/share/doc/asymptote
${INSTALL} -p -m 644 $(MANFILES) $(mandir)/man1
- install: doc install-man
+ install-all: doc install