1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

Fix build on 6.x

PR:		90213
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
Notified by:	pointyhat via kris
This commit is contained in:
Emanuel Haupt 2005-12-11 22:15:26 +00:00
parent 1b4472d8fe
commit b6eaa2c446
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150920
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= asymptote
PORTVERSION= 0.95
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,5 +1,5 @@
--- Makefile.in Tue Nov 8 08:22:41 2005
+++ Makefile.in.port Thu Nov 24 17:33:55 2005
+++ Makefile.in.port Sat Dec 10 19:02:52 2005
@@ -37,7 +37,7 @@
datadir = @datadir@
asydir = $(datadir)/asymptote
@ -9,3 +9,12 @@
animationsdir = $(exampledir)/animations
latexdir = @latexdir@
INSTALL = @INSTALL@
@@ -64,7 +64,7 @@
rm -f $(GC).tar
cd $(GC); \
./configure --disable-threads --disable-shared --enable-cplusplus; \
- $(MAKE) check
+ $(MAKE)
doc: asy
cd doc; $(MAKE) doc