diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-05-26 19:11:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-05-26 19:11:59 +0000 |
commit | 24f48b4fd8d73706d0ec944387ea17e7209b9320 (patch) | |
tree | a39a060941f84ba41de65244da770eb5970708d7 /graphics/batik/Makefile | |
parent | Add back WRKSRC, it's needed because of DISTVERSIONPREFIX (diff) |
Add back INSTALL_WRKSRC, it's needed
Diffstat (limited to '')
-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= * |