diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 15:43:34 +0000 |
commit | 00d52a3e4c5bf9de39ce9d6095393f52407d69df (patch) | |
tree | c0750f82911803374c81b8cf05e2b96f037e2d8a /graphics/batik/Makefile | |
parent | - Mark BROKEN: does not build ("ValueError: too many values to unpack") (diff) |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | graphics/batik/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile index c35a513de019..1993d95c7429 100644 --- a/graphics/batik/Makefile +++ b/graphics/batik/Makefile @@ -23,7 +23,6 @@ ALL_TARGET= jars all-jar MAKE_ENV+= "ANT_OPTS=-Xmx512m" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}-${PORTVERSION} DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= * |