aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt-unicode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r--x11/rxvt-unicode/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 0e5918c3cd1d..af63729a10de 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -3,7 +3,7 @@
# Date created: 5th December 1994
# Whom: gpalmer@FreeBSD.org
#
-# $Id: Makefile,v 1.7 1995/04/12 20:31:23 asami Exp $
+# $Id: Makefile,v 1.10 1996/12/08 02:30:29 obrien Exp $
#
DISTNAME= rxvt-2.16
@@ -18,4 +18,8 @@ USE_X11= yes
GNU_CONFIGURE= yes
MAN1= rxvt.1
+post-install:
+ /usr/sbin/chown root ${PREFIX}/bin/rxvt
+ /bin/chmod 4755 ${PREFIX}/bin/rxvt
+
.include <bsd.port.mk>