summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-11-26 12:27:57 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-11-26 12:27:57 +0000
commitef480ab86161b9537dce1d320d6fea034f70f683 (patch)
tree35500fd0ef500df220bbb75163d2bd5a178cde4a
parent- fix build on FreeBSD5 and FreeBSD4 (diff)
- Fix a path in doc/Makefile
( http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006112120/asymptote-1.18.log ) PR: ports/105845 Submitted by: maintainer (Nicola Vitale)
Notes
Notes: svn path=/head/; revision=178057
-rw-r--r--math/asymptote/files/patch-doc-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile
index 2858051de2e5..015e069c9919 100644
--- a/math/asymptote/files/patch-doc-Makefile
+++ b/math/asymptote/files/patch-doc-Makefile
@@ -1,5 +1,5 @@
--- doc/Makefile Sun Nov 5 09:02:52 2006
-+++ doc/Makefile.port Tue Nov 7 13:50:15 2006
++++ doc/Makefile.port Sat Nov 25 11:57:33 2006
@@ -2,7 +2,7 @@
ASYFILES = $(wildcard *.asy) latexusage.asy
FIGURES = version.texi
@@ -13,7 +13,7 @@
rm -rf asymptote
install: man faq
-+ mkdir $(prefix)/share/doc/asympote
++ mkdir $(prefix)/share/doc/asymptote
cd FAQ; $(MAKE) install
${INSTALL} -d -m 755 $(docdir) $(mandir)/man1
- ${INSTALL} -p -m 644 {$(DOCFILES)} $(docdir)