Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 12:48:05 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358396 - head/math/truthtable
Message-ID:  <201406191248.s5JCm5IF015760@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Thu Jun 19 12:48:05 2014
New Revision: 358396
URL: http://svnweb.freebsd.org/changeset/ports/358396
QAT: https://qat.redports.org/buildarchive/r358396/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/math/truthtable/Makefile

Modified: head/math/truthtable/Makefile
==============================================================================
--- head/math/truthtable/Makefile	Thu Jun 19 12:47:59 2014	(r358395)
+++ head/math/truthtable/Makefile	Thu Jun 19 12:48:05 2014	(r358396)
@@ -24,10 +24,9 @@ SUB_LIST=	TRUTHTABLEJAR=${TRUTHTABLEJAR}
 
 TRUTHTABLEJAR=	${DATADIR}/${DISTNAME}${EXTRACT_SUFX}
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${DATADIR}
-	${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DATADIR}
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${DATADIR}
+	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406191248.s5JCm5IF015760>