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/uemacs/files/patch-aa | |
| parent | Fix CANNA option. (diff) | |
Rename editors/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'editors/uemacs/files/patch-aa')
| -rw-r--r-- | editors/uemacs/files/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/uemacs/files/patch-aa b/editors/uemacs/files/patch-aa deleted file mode 100644 index c99bac366539..000000000000 --- a/editors/uemacs/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig 2014-05-11 17:18:47.000000000 -0700 -+++ Makefile 2014-05-11 17:20:45.000000000 -0700 -@@ -0,0 +1,12 @@ -+# -+# simple makefile for uemacs -+# -+ -+all: -+ (cd freebsd; make emacs) -+ -+install: all -+ ${BSD_INSTALL_PROGRAM} freebsd/emacs ${DESTDIR}${PREFIX}/bin/uemacs -+ mkdir -p ${DESTDIR}${PREFIX}/share/uemacs -+ ${BSD_INSTALL_DATA} cmd/* ${DESTDIR}${PREFIX}/share/uemacs -+ mv ${DESTDIR}${PREFIX}/share/uemacs/emacs.rc ${DESTDIR}${PREFIX}/share/uemacs/.emacsrc |
