diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-26 20:40:22 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-26 20:40:22 +0800 |
commit | 0cf3572a9c5a16863f32de0c6412617d8a8aa3d2 (patch) | |
tree | e86b2e2d7d61a960f42d7321c4dce1d3cd5a9fd6 /math/asymptote | |
parent | c160a6abf062839c7cee160019a5571dc43cec90 (diff) | |
download | freebsd-ports-gnome-0cf3572a9c5a16863f32de0c6412617d8a8aa3d2.tar.gz freebsd-ports-gnome-0cf3572a9c5a16863f32de0c6412617d8a8aa3d2.tar.zst freebsd-ports-gnome-0cf3572a9c5a16863f32de0c6412617d8a8aa3d2.zip |
- Fix build (chase new version of devel/boehm-gc
- Fix pkg-plist
PR: ports/103647
Reported by: pointyhat via kris
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 3 | ||||
-rw-r--r-- | math/asymptote/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 67903b553371..1c54778c0b37 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,6 +7,7 @@ PORTNAME= asymptote PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -60,7 +61,7 @@ INSTALL_TARGET+= install-doc LN_OPTS= -sf -GCVERSION= 6.6 +GCVERSION= 6.8 GC_DISTNAME= gc${GCVERSION}.tar.gz .include <bsd.port.pre.mk> diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index 85730ab04557..16cd91f0ded1 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -223,7 +223,7 @@ bin/xasy %%EXAMPLESDIR%%/xxsq01y.asy %%EXAMPLESDIR%%/yingyang.asy @dirrm %%DATADIR%% -@dirrm %%PORTDOCS%%%%DOCSDIR%%/asy-faq.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/asy-faq.html %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%EXAMPLESDIR%%/animations @dirrm %%EXAMPLESDIR%% |