diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mrxvt/Makefile | 5 |
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> |