summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/wrapper/Makefile2
-rw-r--r--x11/wrapper/pkg-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/wrapper/Makefile b/x11/wrapper/Makefile
index 7a1df1277c79..6ed740c8b6ef 100644
--- a/x11/wrapper/Makefile
+++ b/x11/wrapper/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wrapper
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= trevor@FreeBSD.org
diff --git a/x11/wrapper/pkg-install b/x11/wrapper/pkg-install
index a31ebc58082c..909a394f7307 100644
--- a/x11/wrapper/pkg-install
+++ b/x11/wrapper/pkg-install
@@ -7,4 +7,4 @@ fi
[ -e ${PKG_PREFIX}/bin/X ] && mv ${PKG_PREFIX}/bin/X ${PKG_PREFIX}/bin/X.bck
ln -sf ${PKG_PREFIX}/bin/Xwrapper-4 ${PKG_PREFIX}/bin/X
[ -x ${PKG_PREFIX}/bin/XFree86 ] && chmod -s ${PKG_PREFIX}/bin/XFree86
-chmod +s ${PKG_PREFIX}/bin/Xwrapper-4
+chmod u+s ${PKG_PREFIX}/bin/Xwrapper-4