svn commit: r354905 - head/comms/pyla

Vanilla I. Shu vanilla at FreeBSD.org
Fri May 23 02:26:56 UTC 2014


Author: vanilla
Date: Fri May 23 02:26:56 2014
New Revision: 354905
URL: http://svnweb.freebsd.org/changeset/ports/354905
QAT: https://qat.redports.org/buildarchive/r354905/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/comms/pyla/Makefile

Modified: head/comms/pyla/Makefile
==============================================================================
--- head/comms/pyla/Makefile	Fri May 23 02:13:42 2014	(r354904)
+++ head/comms/pyla/Makefile	Fri May 23 02:26:56 2014	(r354905)
@@ -22,7 +22,6 @@ DATADIR=	${PREFIX}/lib/pyla
 USE_PYTHON=	yes
 PLIST=		${WRKDIR}/pkg-plist
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-build:
@@ -43,9 +42,9 @@ pre-install:
 		${SED} -e "s:^${WRKSRC}:@dirrm lib/pyla:g" >> ${PLIST}
 
 do-install:
-	@${MKDIR} ${DATADIR}
-	${INSTALL} -m755 ${WRKDIR}/pyla.sh ${PREFIX}/bin/pyla
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL} -m755 ${WRKDIR}/pyla.sh ${STAGEDIR}${PREFIX}/bin/pyla
 	${TAR} -C ${WRKSRC} --exclude CVS -cf - . | \
-		${TAR} -C ${DATADIR} --unlink -xf -
+		${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf -
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list