diff options
author | wes <wes@FreeBSD.org> | 2006-12-07 07:55:38 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2006-12-07 07:55:38 +0800 |
commit | 652999833f58a87e13286c1b11f8bc2a5ecbd447 (patch) | |
tree | 8b373d1cd73ba7ed8663deacd08a7a552a3ee421 | |
parent | 1dbc7300716f8d7d5d1cbf9bc69ef5b29336168d (diff) | |
download | freebsd-ports-gnome-652999833f58a87e13286c1b11f8bc2a5ecbd447.tar.gz freebsd-ports-gnome-652999833f58a87e13286c1b11f8bc2a5ecbd447.tar.zst freebsd-ports-gnome-652999833f58a87e13286c1b11f8bc2a5ecbd447.zip |
Quiet that last niggling warning in the install process. It was
never a problem, but often fooled pointyhat into thinking it was.
Prodded-by: BugMagnet via pointyhat
-rw-r--r-- | lang/snobol/files/patch-Makefile2.m4 | 13 |
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) |