aboutsummaryrefslogtreecommitdiff
path: root/devel/libgtop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r--devel/libgtop/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 82aa1404f0b5..6151a6bc8efd 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -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>