Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 15:13:58 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329585 - head/sysutils/linux-f10-procps
Message-ID:  <201310061513.r96FDwDi016791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Oct  6 15:13:57 2013
New Revision: 329585
URL: http://svnweb.freebsd.org/changeset/ports/329585

Log:
  Add stage support for linux-f10-* ports maintained by emulation@
  (category sysutils).

Modified:
  head/sysutils/linux-f10-procps/Makefile

Modified: head/sysutils/linux-f10-procps/Makefile
==============================================================================
--- head/sysutils/linux-f10-procps/Makefile	Sun Oct  6 15:10:45 2013	(r329584)
+++ head/sysutils/linux-f10-procps/Makefile	Sun Oct  6 15:13:57 2013	(r329585)
@@ -22,7 +22,6 @@ PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 PROCFS= /compat/linux/proc
 
-NO_STAGE=	yes
 post-install:
 	@df ${PROCFS} 2>&1 | ${EGREP} '^linprocfs ' > /dev/null 2>&1 || (echo ">>>" ; echo ">>> You still need to mount ${PROCFS}; see linprocfs(5)" ; echo ">>> for more information" ; echo ">>>")
 



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