diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-08 12:20:03 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-08 12:20:03 +0000 |
| commit | 3a7cf035c9fa898f34f492aa65820a93519cef61 (patch) | |
| tree | 0dbe6bb4fa4bcc025ef6dcdfa4e97bf2e1d7763a /math/asymptote/files/patch-doc-Makefile | |
| parent | This 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-doc-Makefile')
| -rw-r--r-- | math/asymptote/files/patch-doc-Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
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 |
