From owner-svn-ports-all@FreeBSD.ORG Fri May 23 02:26:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2389B1A; Fri, 23 May 2014 02:26:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD462499; Fri, 23 May 2014 02:26:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4N2QusT044011; Fri, 23 May 2014 02:26:56 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4N2Quf7044010; Fri, 23 May 2014 02:26:56 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201405230226.s4N2Quf7044010@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 23 May 2014 02:26:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354905 - head/comms/pyla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 02:26:56 -0000 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 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