diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:13:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:13:49 +0000 |
commit | eab1b679e07aa9debd2c85efca6629cb71b32ec0 (patch) | |
tree | 331db9ae4336329d2bfe9a84fcde0aa8f9613134 /editors/apel/files/patch-APEL-MK | |
parent | Fix CANNA option. (diff) |
Rename editors/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'editors/apel/files/patch-APEL-MK')
-rw-r--r-- | editors/apel/files/patch-APEL-MK | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/apel/files/patch-APEL-MK b/editors/apel/files/patch-APEL-MK new file mode 100644 index 000000000000..a602fff48d9f --- /dev/null +++ b/editors/apel/files/patch-APEL-MK @@ -0,0 +1,11 @@ +--- APEL-MK.orig Wed Dec 22 13:14:21 1999 ++++ APEL-MK Wed May 10 23:45:36 2000 +@@ -41,7 +41,7 @@ + ;; Make "emu" subdirectory. + "emu" + ;; Don't make "emu" subdirectory. +- "")) ++ "emu")) + + ;; The directories where APEL and EMU modules will be installed. + ;; These two variables will be generated from other variables above. |