Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 07:41:13 +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: r358520 - head/net-im/convey
Message-ID:  <201406200741.s5K7fDm7048339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Jun 20 07:41:12 2014
New Revision: 358520
URL: http://svnweb.freebsd.org/changeset/ports/358520
QAT: https://qat.redports.org/buildarchive/r358520/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/net-im/convey/Makefile

Modified: head/net-im/convey/Makefile
==============================================================================
--- head/net-im/convey/Makefile	Fri Jun 20 07:40:25 2014	(r358519)
+++ head/net-im/convey/Makefile	Fri Jun 20 07:41:12 2014	(r358520)
@@ -26,12 +26,9 @@ FIND_DIRS=	lib
 
 SUB_FILES=	convey.sh
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/convey.sh ${PREFIX}/bin/convey
-	cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type d -exec ${MKDIR} ${DATADIR}/{} \;
-	cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
+	${INSTALL_SCRIPT} ${WRKDIR}/convey.sh ${STAGEDIR}${PREFIX}/bin/convey
+	cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type d -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} \;
+	cd ${WRKSRC} && ${FIND} ${FIND_DIRS} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DATADIR}/{} \;
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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