aboutsummaryrefslogtreecommitdiff
path: root/graphics/tintfu
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-09 22:41:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-09 22:41:10 +0000
commit10e9403de6a61f905abf5a8bec5fb81799d5dd12 (patch)
tree8358e30364d68726eb32b36945b8f3a017ae878f /graphics/tintfu
parent84d780202a57d29936c4a738ee7fc05a436e2d7f (diff)
downloadports-10e9403de6a61f905abf5a8bec5fb81799d5dd12.tar.gz
ports-10e9403de6a61f905abf5a8bec5fb81799d5dd12.zip
Stage support
Notes
Notes: svn path=/head/; revision=339296
Diffstat (limited to 'graphics/tintfu')
-rw-r--r--graphics/tintfu/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/tintfu/Makefile b/graphics/tintfu/Makefile
index e494577187c1..2161623ad83c 100644
--- a/graphics/tintfu/Makefile
+++ b/graphics/tintfu/Makefile
@@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
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}.jar \
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>