aboutsummaryrefslogtreecommitdiffstats
path: root/net/mmucl/files
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-21 18:57:23 +0800
committerkris <kris@FreeBSD.org>2003-04-21 18:57:23 +0800
commit7011bb5086c63a1411aa9f2dd344459636977fa6 (patch)
treed5b1317cd97c848200501e493c55feaddb1fbb89 /net/mmucl/files
parent8247030561a63e5e4c43d73ead9880f75fb0b97c (diff)
downloadfreebsd-ports-gnome-7011bb5086c63a1411aa9f2dd344459636977fa6.tar.gz
freebsd-ports-gnome-7011bb5086c63a1411aa9f2dd344459636977fa6.tar.zst
freebsd-ports-gnome-7011bb5086c63a1411aa9f2dd344459636977fa6.zip
Install binary mode 755, not 775
Diffstat (limited to 'net/mmucl/files')
-rw-r--r--net/mmucl/files/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/net/mmucl/files/patch-aa b/net/mmucl/files/patch-aa
index b1bf32ca202c..6e66a9cc03b5 100644
--- a/net/mmucl/files/patch-aa
+++ b/net/mmucl/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Sep 18 23:28:22 2000
-+++ Makefile Mon Sep 18 23:28:45 2000
+--- Makefile.orig Wed Aug 9 16:48:31 2000
++++ Makefile Mon Apr 21 03:54:30 2003
@@ -3,7 +3,7 @@
# Mmucl installs itself under BASE_DIR
@@ -18,3 +18,12 @@
# Location of install
+@@ -43,7 +43,7 @@
+ $(INSTALL) -cm 0644 images/*.gif $(LIB_DIR)/images
+ $(INSTALL) -cm 0644 interface/*.tcl $(LIB_DIR)/interface
+ $(INSTALL) -cm 0644 .tkconf $(LIB_DIR)
+- $(INSTALL) -cm 0775 mmucl $(BIN_DIR)
++ $(INSTALL) -cm 0755 mmucl $(BIN_DIR)
+ $(INSTALL) -cm 0644 mmucl.info $(INFO_DIR)
+ $(INSTALL_INFO) $(INFO_DIR)/mmucl.info --info-dir=$(INFO_DIR)
+