diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-04-21 10:55:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-04-21 10:55:47 +0000 |
commit | 659a71ea8877fde45a3880e859d3878fd95d03f5 (patch) | |
tree | 00b5a8033b6e2d5e59e87b2ee5d6caeb0c8e6f64 /x11-wm/ion-2/files | |
parent | f88d93a543b3f2dec616320be8dde76eb4ea34be (diff) | |
download | ports-659a71ea8877fde45a3880e859d3878fd95d03f5.tar.gz ports-659a71ea8877fde45a3880e859d3878fd95d03f5.zip |
Install files mode 644, not 664
Notes
Notes:
svn path=/head/; revision=79408
Diffstat (limited to 'x11-wm/ion-2/files')
-rw-r--r-- | x11-wm/ion-2/files/patch-system.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/x11-wm/ion-2/files/patch-system.mk b/x11-wm/ion-2/files/patch-system.mk index 4a952238ccd7..6c1a5f30f507 100644 --- a/x11-wm/ion-2/files/patch-system.mk +++ b/x11-wm/ion-2/files/patch-system.mk @@ -1,5 +1,5 @@ ---- system.mk.orig Sat Jan 19 18:15:13 2002 -+++ system.mk Sat Sep 7 15:53:15 2002 +--- system.mk.orig Sat Jan 19 15:15:13 2002 ++++ system.mk Mon Apr 21 03:53:31 2003 @@ -7,13 +7,13 @@ ## Installation paths ## @@ -48,7 +48,7 @@ ## -@@ -112,9 +112,9 @@ +@@ -112,13 +112,13 @@ ## # Should work almost everywhere @@ -60,3 +60,8 @@ INSTALLDIR=mkdir -p + BIN_MODE=755 +-DATA_MODE=664 ++DATA_MODE=644 + + STRIP=strip |