1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Fix build when CC contains "/".

- Fix license.
This commit is contained in:
Jung-uk Kim 2016-08-04 23:59:15 +00:00
parent a4253e6583
commit abdab672df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419663

View File

@ -10,7 +10,7 @@ MASTER_SITES= https://sites.google.com/site/daemonwizard/
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides API for creating and manipulation of 3D geometry
LICENSE= GPLv2 MIT
LICENSE= BSD2CLAUSE GPLv2
LICENSE_COMB= multi
USES= tar:bzip2
@ -29,7 +29,7 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-patch:
${REINPLACE_CMD} -e "s/gcc/${CC}/g" \
${REINPLACE_CMD} -e 's|gcc|${CC}|g' \
${WRKSRC}/j3d-core/src/native/ogl/build-freebsd.xml
do-build: