diff options
Diffstat (limited to 'net/unison/patches/patch-aa')
-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 |