svn commit: r339296 - head/graphics/tintfu

Antoine Brodin antoine at FreeBSD.org
Thu Jan 9 22:41:11 UTC 2014


Author: antoine
Date: Thu Jan  9 22:41:10 2014
New Revision: 339296
URL: http://svnweb.freebsd.org/changeset/ports/339296

Log:
  Stage support

Modified:
  head/graphics/tintfu/Makefile

Modified: head/graphics/tintfu/Makefile
==============================================================================
--- head/graphics/tintfu/Makefile	Thu Jan  9 22:34:50 2014	(r339295)
+++ head/graphics/tintfu/Makefile	Thu Jan  9 22:41:10 2014	(r339296)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION:S/./
 EXTRACT_SUFX=	.jar
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A GraphViz .dot file editor
+COMMENT=	GraphViz .dot file editor
 
 RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
 
@@ -28,9 +28,8 @@ PLIST_FILES=	%%JAVAJARDIR%%/${DISTNAME}.
 SUB_FILES=	tintfu.sh
 SUB_LIST=	DISTNAME=${DISTNAME}
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${JAVAJARDIR}
-	${INSTALL_SCRIPT} ${WRKDIR}/tintfu.sh ${PREFIX}/bin/tintfu
+	${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_SCRIPT} ${WRKDIR}/tintfu.sh ${STAGEDIR}${PREFIX}/bin/tintfu
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list