diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-07 13:29:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-07 13:29:10 +0800 |
commit | c9ef6bbe0fc1f07795f2b1ef2be939ca75200229 (patch) | |
tree | 0b1a80b0d9bc3872f475bf0cc72b3f898108c513 /devel/libgtop/Makefile | |
parent | b78f3964f8a5c22fc710d43dec2434024cac4b70 (diff) | |
download | marcuscom-ports-c9ef6bbe0fc1f07795f2b1ef2be939ca75200229.tar marcuscom-ports-c9ef6bbe0fc1f07795f2b1ef2be939ca75200229.tar.gz marcuscom-ports-c9ef6bbe0fc1f07795f2b1ef2be939ca75200229.tar.bz2 marcuscom-ports-c9ef6bbe0fc1f07795f2b1ef2be939ca75200229.tar.lz marcuscom-ports-c9ef6bbe0fc1f07795f2b1ef2be939ca75200229.tar.xz marcuscom-ports-c9ef6bbe0fc1f07795f2b1ef2be939ca75200229.tar.zst marcuscom-ports-c9ef6bbe0fc1f07795f2b1ef2be939ca75200229.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11810 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 1bc7398b8..5abe2ca86 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.42 2008/09/29 21:30:59 marcus Exp $ +# $MCom: ports/devel/libgtop/Makefile,v 1.43 2008/11/28 07:33:31 marcus Exp $ # PORTNAME= libgtop @@ -41,6 +41,9 @@ RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof PKGMESSAGE= ${FILESDIR}/pkg-message .endif +post-patch: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f + post-install: @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 |