diff options
author | nivit <nivit@FreeBSD.org> | 2007-03-21 09:35:38 +0000 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-03-21 09:35:38 +0000 |
commit | 9c5319255f0a309fce3e5205cc498f1718ab1ee6 (patch) | |
tree | 357f7765063bf5e23eb3302dd063c7eeac290a33 /math/asymptote/files | |
parent | 4a0695e90ebabb20703f46b8eae4e3d1c7db2c07 (diff) | |
download | FreeBSD-ports-9c5319255f0a309fce3e5205cc498f1718ab1ee6.zip FreeBSD-ports-9c5319255f0a309fce3e5205cc498f1718ab1ee6.tar.gz |
- Update to 1.23
- Remove files/patch-doc-Makefile
- Unbreak on amd64
Diffstat (limited to 'math/asymptote/files')
-rw-r--r-- | math/asymptote/files/patch-doc-Makefile | 14 |
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 59b85ca..0000000 --- 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 |