Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 16:21:20 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330901 - head/devel/libgtop
Message-ID:  <201310191621.r9JGLKQ0043144@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Oct 19 16:21:20 2013
New Revision: 330901
URL: http://svnweb.freebsd.org/changeset/ports/330901

Log:
  Support stage.
  
  Submitted by:	danilo@

Modified:
  head/devel/libgtop/Makefile
  head/devel/libgtop/pkg-plist

Modified: head/devel/libgtop/Makefile
==============================================================================
--- head/devel/libgtop/Makefile	Sat Oct 19 16:18:04 2013	(r330900)
+++ head/devel/libgtop/Makefile	Sat Oct 19 16:21:20 2013	(r330901)
@@ -26,13 +26,10 @@ INFO=		libgtop2
 
 PKGMESSAGE=	${FILESDIR}/pkg-message
 
-NO_STAGE=	yes
 post-configure:
 	@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
 
 post-install:
-	@${CHGRP} kmem ${PREFIX}/bin/libgtop_server2
-	@${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2
-	@${CAT} ${PKGMESSAGE}
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtop-2.0.so.7
 
 .include <bsd.port.mk>

Modified: head/devel/libgtop/pkg-plist
==============================================================================
--- head/devel/libgtop/pkg-plist	Sat Oct 19 16:18:04 2013	(r330900)
+++ head/devel/libgtop/pkg-plist	Sat Oct 19 16:21:20 2013	(r330901)
@@ -1,5 +1,9 @@
 bin/libgtop_daemon2
+@group kmem
+@mode 2555
 bin/libgtop_server2
+@mode
+@group
 include/libgtop-2.0/glibtop.h
 include/libgtop-2.0/glibtop/close.h
 include/libgtop-2.0/glibtop/command.h



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