diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-09 22:41:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-09 22:41:10 +0000 |
commit | 10e9403de6a61f905abf5a8bec5fb81799d5dd12 (patch) | |
tree | 8358e30364d68726eb32b36945b8f3a017ae878f /graphics/tintfu/Makefile | |
parent | 84d780202a57d29936c4a738ee7fc05a436e2d7f (diff) | |
download | ports-10e9403de6a61f905abf5a8bec5fb81799d5dd12.tar.gz ports-10e9403de6a61f905abf5a8bec5fb81799d5dd12.zip |
Notes
Diffstat (limited to 'graphics/tintfu/Makefile')
-rw-r--r-- | graphics/tintfu/Makefile | 7 |
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> |