aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2006-12-06 23:55:38 +0000
committerWes Peters <wes@FreeBSD.org>2006-12-06 23:55:38 +0000
commited77a98df8958b6f7e20e2b55315f066b396b2df (patch)
tree46d2f32a2adddbb39a45244ac8ffc6378799c128 /lang
parent5ff81013360b04401685e7dc6a3efb13a48fb444 (diff)
downloadports-ed77a98df8958b6f7e20e2b55315f066b396b2df.tar.gz
ports-ed77a98df8958b6f7e20e2b55315f066b396b2df.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/snobol/files/patch-Makefile2.m413
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/snobol/files/patch-Makefile2.m4 b/lang/snobol/files/patch-Makefile2.m4
index 979e5fd9559d..7993080e2821 100644
--- a/lang/snobol/files/patch-Makefile2.m4
+++ b/lang/snobol/files/patch-Makefile2.m4
@@ -1,5 +1,5 @@
---- Makefile2.m4.orig Fri Oct 21 18:07:57 2005
-+++ Makefile2.m4 Fri Oct 21 18:08:39 2005
+--- Makefile2.m4.orig Wed Aug 6 22:34:47 1997
++++ Makefile2.m4 Wed Dec 6 15:35:00 2006
@@ -48,13 +48,13 @@
SNOLIB_FILE=snolib.a
@@ -17,3 +17,12 @@
########
# default lib source files
+@@ -555,8 +555,6 @@
+ # XXX make hard link from $(BINDEST) to $(BINDEST)-`./pv`??
+
+ install: TESTED doc/snobol4.1
+- -rm -f $(BINDEST).old
+- -mv -f $(BINDEST) $(BINDEST).old
+ cp xsnobol4 $(BINDEST); strip $(BINDEST); chmod 755 $(BINDEST)
+ cp doc/snobol4.1 $(MANDEST)
+ test -d $(SNOLIB_DIR) || mkdir $(SNOLIB_DIR)