diff options
author | mjl <mjl@pkgsrc.org> | 2001-01-11 01:45:36 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-01-11 01:45:36 +0000 |
commit | 59fcada03198c8760243a4f110bae5b2f0f138aa (patch) | |
tree | 074f982f13abe0814b251c7629418bbe65f1ce2b /net/unison/patches | |
parent | 9bfff556af35ed7042cb96e73fb9f22df88c80b2 (diff) | |
download | pkgsrc-59fcada03198c8760243a4f110bae5b2f0f138aa.tar.gz |
Initial import of unison, a file synchronisation tool.
Diffstat (limited to 'net/unison/patches')
-rw-r--r-- | net/unison/patches/patch-aa | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/unison/patches/patch-aa b/net/unison/patches/patch-aa new file mode 100644 index 00000000000..3633cf65a51 --- /dev/null +++ b/net/unison/patches/patch-aa @@ -0,0 +1,27 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $ + +--- Makefile.orig Thu Jan 11 01:32:58 2001 ++++ Makefile Thu Jan 11 01:33:46 2001 +@@ -62,12 +62,10 @@ + ###################################################################### + # Installation + +-INSTALLDIR = $(HOME)/bin/ ++INSTALLDIR = $(PREFIX)/bin/ + + install: $(NAME)$(EXEC_EXT) +- -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) + cp $(NAME)$(EXEC_EXT) $(INSTALLDIR) +- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT) + + ###################################################################### + # Demo +@@ -216,7 +214,7 @@ + tags: + -$(ETAGS) *.ml *.mli + +-all:: TAGS ++# all:: TAGS + + TAGS: + $(MAKE) tags |