svn commit: r415906 - head/graphics/batik

Antoine Brodin antoine at FreeBSD.org
Thu May 26 19:12:01 UTC 2016


Author: antoine
Date: Thu May 26 19:11:59 2016
New Revision: 415906
URL: https://svnweb.freebsd.org/changeset/ports/415906

Log:
  Add back INSTALL_WRKSRC, it's needed

Modified:
  head/graphics/batik/Makefile

Modified: head/graphics/batik/Makefile
==============================================================================
--- head/graphics/batik/Makefile	Thu May 26 19:08:48 2016	(r415905)
+++ head/graphics/batik/Makefile	Thu May 26 19:11:59 2016	(r415906)
@@ -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=	*


More information about the svn-ports-head mailing list