aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword/files/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword/files/patch-aq')
-rw-r--r--editors/abiword/files/patch-aq27
1 files changed, 0 insertions, 27 deletions
diff --git a/editors/abiword/files/patch-aq b/editors/abiword/files/patch-aq
deleted file mode 100644
index c541d8b5d2f3..000000000000
--- a/editors/abiword/files/patch-aq
+++ /dev/null
@@ -1,27 +0,0 @@
---- config/abi_defs.mk Mon Mar 13 14:48:16 2000
-+++ config/abi_defs.mk.new Sat May 13 16:07:19 2000
-@@ -121,7 +121,9 @@
- ##################################################################
- ##################################################################
-
--ABICOPY=cp
-+ABICOPY = cp
-+ABICHMOD = chmod
-+ABIMKDIR = mkdir -m u=rwx,go=rx
-
- ifdef ABISOURCE_LICENSED_TRADEMARKS
- ABI_TMDEFS= -DABISOURCE_LICENSED_TRADEMARKS
-@@ -287,11 +289,11 @@
- ## INSTALL program...
-
- define MAKE_OBJDIR
--if test ! -d $(@D); then rm -rf $(@D); mkdir -p $(@D); fi
-+if test ! -d $(@D); then rm -rf $(@D); $(ABIMKDIR) -p $(@D); fi
- endef
-
- define VERIFY_DIRECTORY
--if test ! -d xxxx; then rm -rf xxxx; mkdir -p xxxx; fi
-+if test ! -d xxxx; then rm -rf xxxx; $(ABIMKDIR) -p xxxx; fi
- endef
-
- ##################################################################