svn commit: r355532 - head/editors/treeform

Vanilla I. Shu vanilla at FreeBSD.org
Tue May 27 15:02:26 UTC 2014


Author: vanilla
Date: Tue May 27 15:02:25 2014
New Revision: 355532
URL: http://svnweb.freebsd.org/changeset/ports/355532
QAT: https://qat.redports.org/buildarchive/r355532/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/editors/treeform/Makefile

Modified: head/editors/treeform/Makefile
==============================================================================
--- head/editors/treeform/Makefile	Tue May 27 15:01:44 2014	(r355531)
+++ head/editors/treeform/Makefile	Tue May 27 15:02:25 2014	(r355532)
@@ -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>


More information about the svn-ports-all mailing list