svn commit: r352450 - head/graphics/jpatch
Pawel Pekala
pawel at FreeBSD.org
Sun Apr 27 19:10:08 UTC 2014
Author: pawel
Date: Sun Apr 27 19:10:07 2014
New Revision: 352450
URL: http://svnweb.freebsd.org/changeset/ports/352450
QAT: https://qat.redports.org/buildarchive/r352450/
Log:
- Add staging support
- Remove leading article from COMMENT
- Remove dependency on javavmwrapper, pulled in by java port
Modified:
head/graphics/jpatch/Makefile
Modified: head/graphics/jpatch/Makefile
==============================================================================
--- head/graphics/jpatch/Makefile Sun Apr 27 19:07:52 2014 (r352449)
+++ head/graphics/jpatch/Makefile Sun Apr 27 19:10:07 2014 (r352450)
@@ -9,9 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
DISTNAME= ${PORTNAME}0_4preview1
MAINTAINER= ports at FreeBSD.org
-COMMENT= A spline based 3D modeling tool
-
-RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
+COMMENT= Spline based 3D modeling tool
USES= zip
USE_JAVA= yes
@@ -24,9 +22,8 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.
SUB_FILES= jpatch.sh
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/jpatch.jar ${JAVAJARDIR}
- ${INSTALL_SCRIPT} ${WRKDIR}/jpatch.sh ${PREFIX}/bin/jpatch
+ ${INSTALL_DATA} ${WRKSRC}/jpatch.jar ${STAGEDIR}${JAVAJARDIR}
+ ${INSTALL_SCRIPT} ${WRKDIR}/jpatch.sh ${STAGEDIR}${PREFIX}/bin/jpatch
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list