aboutsummaryrefslogtreecommitdiff
path: root/editors/manedit/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-17 15:20:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-17 15:20:37 +0000
commit6367ceead90c962fadf4eb8f285b6303b00cd63f (patch)
treec69c3976ce09bc48fb93c5704004adbd55ab06e2 /editors/manedit/files
parent97947cc7f22d134a5a26a7507ac06b866032377f (diff)
downloadports-6367ceead90c962fadf4eb8f285b6303b00cd63f.tar.gz
ports-6367ceead90c962fadf4eb8f285b6303b00cd63f.zip
Notes
Diffstat (limited to 'editors/manedit/files')
-rw-r--r--editors/manedit/files/patch-Makefile.FreeBSD (renamed from editors/manedit/files/patch-Makefile)4
-rw-r--r--editors/manedit/files/patch-maneditop.c16
2 files changed, 18 insertions, 2 deletions
diff --git a/editors/manedit/files/patch-Makefile b/editors/manedit/files/patch-Makefile.FreeBSD
index 5d30fbe97b91..97aab067067b 100644
--- a/editors/manedit/files/patch-Makefile
+++ b/editors/manedit/files/patch-Makefile.FreeBSD
@@ -1,8 +1,8 @@
$FreeBSD$
---- Makefile 2001/03/20 16:46:26 1.1
-+++ Makefile 2001/03/20 16:46:37
+--- Makefile.FreeBSD 2001/07/17 15:05:11 1.1
++++ Makefile.FreeBSD 2001/07/17 15:05:23
@@ -52,7 +52,7 @@
#
GTK_CONFIG ?= gtk-config
diff --git a/editors/manedit/files/patch-maneditop.c b/editors/manedit/files/patch-maneditop.c
new file mode 100644
index 000000000000..d4b5daedf6d5
--- /dev/null
+++ b/editors/manedit/files/patch-maneditop.c
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- maneditop.c 2001/07/17 15:14:39 1.1
++++ maneditop.c 2001/07/17 15:16:23
+@@ -242,9 +242,7 @@
+ /* Not exist, so need to create a new one. */
+ rmkdir(
+ tmp_dir_rtn,
+- S_IRUSR | S_IWUSR | S_IXUSR |
+- S_IRGRP | S_IXGRP |
+- S_IROTH | S_IXOTH
++ S_IRUSR | S_IWUSR | S_IXUSR
+ );
+ }
+ }