diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-10 06:41:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-10 06:41:10 +0800 |
commit | e8a87176d57ee7aeeb42f1d303db093a890c1552 (patch) | |
tree | 8358e30364d68726eb32b36945b8f3a017ae878f /graphics/tintfu | |
parent | d213391f247bb38c6189a889338b370c9af15d64 (diff) | |
download | freebsd-ports-gnome-e8a87176d57ee7aeeb42f1d303db093a890c1552.tar.gz freebsd-ports-gnome-e8a87176d57ee7aeeb42f1d303db093a890c1552.tar.zst freebsd-ports-gnome-e8a87176d57ee7aeeb42f1d303db093a890c1552.zip |
Stage support
Diffstat (limited to 'graphics/tintfu')
-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> |