Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 02:26:56 +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: r354905 - head/comms/pyla
Message-ID:  <201405230226.s4N2Quf7044010@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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