Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 22:41:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339296 - head/graphics/tintfu
Message-ID:  <201401092241.s09MfAh6074026@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401092241.s09MfAh6074026>