diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-04 08:56:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-04 08:56:22 +0000 |
commit | 6e243d930e52df04823966e4184b1c9f5ed291eb (patch) | |
tree | e38a7de5c403a7e620ce96686ff72061618a59a6 /editors/gxedit/files/patch-ab | |
parent | Upgrade to 0.57a, REMOVE BROKEN_ELF tag. (diff) |
Upgrade to 1.16.
Notes
Notes:
svn path=/head/; revision=14348
Diffstat (limited to 'editors/gxedit/files/patch-ab')
-rw-r--r-- | editors/gxedit/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/gxedit/files/patch-ab b/editors/gxedit/files/patch-ab index d729ead9176d..1821324fab6c 100644 --- a/editors/gxedit/files/patch-ab +++ b/editors/gxedit/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Aug 30 07:43:50 1998 -+++ Makefile Thu Sep 17 07:18:51 1998 +--- Makefile.orig Fri Oct 30 20:02:16 1998 ++++ Makefile Sun Nov 1 17:45:10 1998 @@ -1,13 +1,12 @@ BIN_DIR = INSTALL_DIR = /usr/X11R6/bin/ @@ -31,6 +31,6 @@ cp $(BIN_DIR)gxedit $(INSTALL_DIR)gxedit - cp $(BIN_DIR)xproc $(INSTALL_DIR)xproc +# cp $(BIN_DIR)xproc $(INSTALL_DIR)xproc + cp ftp.sh $(INSTALL_DIR)ftp.sh + cp ftp-ls.sh $(INSTALL_DIR)ftp-ls.sh - distro: - rm -f *.o $(BIN_DIR)gxedit $(BIN_DIR)say $(BIN_DIR)xproc *.log *.enc |