aboutsummaryrefslogtreecommitdiff
path: root/math/asymptote/files
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2007-03-21 09:35:38 +0000
committerNicola Vitale <nivit@FreeBSD.org>2007-03-21 09:35:38 +0000
commitfb351125c5a2103bd6beffa23c4e38eb294182de (patch)
tree382c9fa0eb2546dba53db61d8934bf425ac72f38 /math/asymptote/files
parentc81eeb529067a73560e4d7e201560527b8032c86 (diff)
Notes
Diffstat (limited to 'math/asymptote/files')
-rw-r--r--math/asymptote/files/patch-doc-Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile
deleted file mode 100644
index 59b85caf373b..000000000000
--- a/math/asymptote/files/patch-doc-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- doc/Makefile Wed Dec 13 03:06:11 2006
-+++ doc/Makefile.port Wed Dec 13 13:44:57 2006
-@@ -72,9 +72,10 @@
- rm -rf asymptote
-
- install: man faq
-+ mkdir $(prefix)/share/doc/asymptote
- cd FAQ; $(MAKE) install
- ${INSTALL} -d -m 755 $(docdir) $(mandir)/man1
-- ${INSTALL} -p -m 644 $(DOCFILES) $(docdir)
-+ ${INSTALL} -p -m 644 $(DOCFILES) $(prefix)/share/doc/asymptote
- ${INSTALL} -p -m 644 $(MANFILES) $(mandir)/man1
-
- install-all: doc install