diff options
author | antoine <antoine@FreeBSD.org> | 2016-05-27 03:11:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-05-27 03:11:59 +0800 |
commit | eb20c73f54b99d99aea7ee504ed41a10aae83bb9 (patch) | |
tree | a39a060941f84ba41de65244da770eb5970708d7 /graphics | |
parent | 34e694397b75fe732cfa5934bd93daf0d6401bfe (diff) | |
download | freebsd-ports-gnome-eb20c73f54b99d99aea7ee504ed41a10aae83bb9.tar.gz freebsd-ports-gnome-eb20c73f54b99d99aea7ee504ed41a10aae83bb9.tar.zst freebsd-ports-gnome-eb20c73f54b99d99aea7ee504ed41a10aae83bb9.zip |
Add back INSTALL_WRKSRC, it's needed
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/batik/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile index 1993d95c7429..c35a513de019 100644 --- a/graphics/batik/Makefile +++ b/graphics/batik/Makefile @@ -23,6 +23,7 @@ ALL_TARGET= jars all-jar MAKE_ENV+= "ANT_OPTS=-Xmx512m" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}-${PORTVERSION} DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= * |