Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 21:48:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344487 - head/devel/p4
Message-ID:  <201402152148.s1FLm511027268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 15 21:48:04 2014
New Revision: 344487
URL: http://svnweb.freebsd.org/changeset/ports/344487
QAT: https://qat.redports.org/buildarchive/r344487/

Log:
  Stage support

Modified:
  head/devel/p4/Makefile

Modified: head/devel/p4/Makefile
==============================================================================
--- head/devel/p4/Makefile	Sat Feb 15 21:46:36 2014	(r344486)
+++ head/devel/p4/Makefile	Sat Feb 15 21:48:04 2014	(r344487)
@@ -26,12 +26,11 @@ NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/p4
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .include "Makefile.inc"
 
 do-install:
-	${INSTALL_PROGRAM} ${_DISTDIR}/p4 ${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.post.mk>



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