svn commit: r328337 - head/sysutils/pstree

Jason Helfman jgh at FreeBSD.org
Thu Sep 26 06:51:22 UTC 2013


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>


More information about the svn-ports-all mailing list