summaryrefslogtreecommitdiff
path: root/editors/jove/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /editors/jove/files/patch-aa
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Diffstat (limited to 'editors/jove/files/patch-aa')
-rw-r--r--editors/jove/files/patch-aa44
1 files changed, 0 insertions, 44 deletions
diff --git a/editors/jove/files/patch-aa b/editors/jove/files/patch-aa
deleted file mode 100644
index 59021888cc5d..000000000000
--- a/editors/jove/files/patch-aa
+++ /dev/null
@@ -1,44 +0,0 @@
-*** Makefile.orig Tue Nov 22 14:46:24 1994
---- Makefile Tue Nov 22 14:50:29 1994
-***************
-*** 39,49 ****
- DFLTSHELL = /bin/csh
-
- # to install executable files
-! XINSTALL=cp
-! #XINSTALL=/usr/ucb/install -c -m 755 # -s
- # to install text files
-! TINSTALL=cp
-! #TINSTALL=/usr/ucb/install -c -m 644
-
- # These should all just be right if the above ones are.
- # You will confuse JOVE if you move anything from LIBDIR or SHAREDIR.
---- 39,49 ----
- DFLTSHELL = /bin/csh
-
- # to install executable files
-! #XINSTALL=cp
-! XINSTALL=install -c -m 755 # -s
- # to install text files
-! #TINSTALL=cp
-! TINSTALL=install -c -m 644
-
- # These should all just be right if the above ones are.
- # You will confuse JOVE if you move anything from LIBDIR or SHAREDIR.
-***************
-*** 151,157 ****
- #
- # You can just say 'make SYSDEFS=-Dwhatever' on these systems.
-
-! SYSDEFS =
-
- # for SCO Xenix, set
- # MEMFLAGS = -Mle
---- 151,157 ----
- #
- # You can just say 'make SYSDEFS=-Dwhatever' on these systems.
-
-! SYSDEFS = -DBSDPOSIX
-
- # for SCO Xenix, set
- # MEMFLAGS = -Mle