Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 06:51:21 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328337 - head/sysutils/pstree
Message-ID:  <201309260651.r8Q6pLrh005604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Sep 26 06:51:21 2013
New Revision: 328337
URL: http://svnweb.freebsd.org/changeset/ports/328337

Log:
  - support staging

Modified:
  head/sysutils/pstree/Makefile

Modified: head/sysutils/pstree/Makefile
==============================================================================
--- head/sysutils/pstree/Makefile	Thu Sep 26 06:35:39 2013	(r328336)
+++ head/sysutils/pstree/Makefile	Thu Sep 26 06:51:21 2013	(r328337)
@@ -16,11 +16,10 @@ CONFLICTS=	psmisc-[0-9]*
 
 PLIST_FILES=	bin/pstree
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKDIR}/pstree ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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