diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-26 09:42:33 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-26 09:42:33 +0800 |
commit | 3bed2b0d7624c363f13f9ed30fcc213fb474c357 (patch) | |
tree | f6f7d3e5ba4337e2a7f8a2eed995acb5b5107c0a /net/unison/files | |
parent | a5a8e302337396edc11f7d90f3b67d748160604b (diff) | |
download | freebsd-ports-gnome-3bed2b0d7624c363f13f9ed30fcc213fb474c357.tar.gz freebsd-ports-gnome-3bed2b0d7624c363f13f9ed30fcc213fb474c357.tar.zst freebsd-ports-gnome-3bed2b0d7624c363f13f9ed30fcc213fb474c357.zip |
Add new port of unison 2.5.1, a utility for synchronizing files
which works both on local disks and over a network (can use ssh).
PR: 22264
Submitted by: Dan Pelleg <dpelleg+unison@cs.cmu.edu>
Diffstat (limited to 'net/unison/files')
-rw-r--r-- | net/unison/files/patch-aa | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/unison/files/patch-aa b/net/unison/files/patch-aa new file mode 100644 index 000000000000..6c45ce1d18b1 --- /dev/null +++ b/net/unison/files/patch-aa @@ -0,0 +1,27 @@ +--- Makefile.orig Mon Sep 25 19:04:31 2000 ++++ Makefile Wed Oct 25 20:48:53 2000 +@@ -62,12 +62,12 @@ + ###################################################################### + # Installation + +-INSTALLDIR = $(HOME)/bin/ ++INSTALLDIR = ${PREFIX}/bin/ + + install: $(NAME)$(EXEC_EXT) +- -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) ++# -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) + cp $(NAME)$(EXEC_EXT) $(INSTALLDIR) +- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT) ++# cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT) + + ###################################################################### + # Demo +@@ -204,7 +204,7 @@ + tags: + -$(ETAGS) *.ml *.mli + +-all:: TAGS ++# all:: TAGS + + TAGS: + $(MAKE) tags |