summaryrefslogtreecommitdiff
path: root/x11/mrxvt
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2010-01-21 10:15:40 +0000
committerGary Jennejohn <gj@FreeBSD.org>2010-01-21 10:15:40 +0000
commit2ed39eb21955dbee9258096b7f8ec7859301c8b9 (patch)
tree0ef99e6eb0cf0bfae2366b3f28097c181302ec6c /x11/mrxvt
parentModify Makefile to use the proper CONFIGURE_ARGS to support utmpx. (diff)
Make the binary setuid, otherwise it cannot log to utmp/utx/wtmp.
Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=248264
Diffstat (limited to 'x11/mrxvt')
-rw-r--r--x11/mrxvt/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/mrxvt/Makefile b/x11/mrxvt/Makefile
index 271d48938842..722943ebd7bf 100644
--- a/x11/mrxvt/Makefile
+++ b/x11/mrxvt/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mrxvt
PORTVERSION= 0.4.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= SF/materm/${PORTNAME}%20source/${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -66,4 +66,7 @@ post-patch:
s/install-docDATA //' ${WRKSRC}/doc/Makefile.in
.endif
+post-install:
+ ${CHMOD} 4511 ${PREFIX}/bin/mrxvt
+
.include <bsd.port.post.mk>