aboutsummaryrefslogtreecommitdiff
path: root/editors/treeform
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-05-27 15:02:25 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-05-27 15:02:25 +0000
commitf36524ae0b61aa47cd48a0e7097398c1f2fdd7ff (patch)
tree20c95698ff949378be8750c1d2b9cc2624a70945 /editors/treeform
parentc2cb80025b04a795754f671c68d46aac61cd6ee1 (diff)
downloadports-f36524ae0b61aa47cd48a0e7097398c1f2fdd7ff.tar.gz
ports-f36524ae0b61aa47cd48a0e7097398c1f2fdd7ff.zip
Notes
Diffstat (limited to 'editors/treeform')
-rw-r--r--editors/treeform/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/editors/treeform/Makefile b/editors/treeform/Makefile
index cb464e3a971c..1096c5ef03a8 100644
--- a/editors/treeform/Makefile
+++ b/editors/treeform/Makefile
@@ -18,16 +18,12 @@ SUB_FILES= treeform
WRKSRC= ${WRKDIR}/TreeForm
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/treeform ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKDIR}/treeform ${STAGEDIR}${PREFIX}/bin
cd ${WRKSRC} \
- && ${INSTALL_DATA} TreeForm.jar ${JAVAJARDIR} \
- && ${COPYTREE_SHARE} about.htm ${DATADIR} \
- && ${COPYTREE_SHARE} help ${DATADIR} \
- && ${COPYTREE_SHARE} image ${DATADIR}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ && ${INSTALL_DATA} TreeForm.jar ${STAGEDIR}${JAVAJARDIR} \
+ && ${COPYTREE_SHARE} about.htm ${STAGEDIR}${DATADIR} \
+ && ${COPYTREE_SHARE} help ${STAGEDIR}${DATADIR} \
+ && ${COPYTREE_SHARE} image ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>