diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-26 01:42:33 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-26 01:42:33 +0000 |
commit | f92095b090e2a8f46159297f6e1156cf0bded937 (patch) | |
tree | ac384d4fc0a6c05788860a863d82757b0b106e59 /net/unison/files | |
parent | Bump SHLIB_MAJOR (and PORTREVISION) not to conflict with expat1.2. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=34243
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 |