summaryrefslogtreecommitdiff
path: root/net/unison/patches
diff options
context:
space:
mode:
authormjl <mjl>2001-01-11 01:45:36 +0000
committermjl <mjl>2001-01-11 01:45:36 +0000
commitd5f846b8207528c6e21b9824e9d8190a9119f429 (patch)
tree074f982f13abe0814b251c7629418bbe65f1ce2b /net/unison/patches
parent11f91b6b55cd65e7942cbcf649b936c3d1c9271f (diff)
downloadpkgsrc-d5f846b8207528c6e21b9824e9d8190a9119f429.tar.gz
Initial import of unison, a file synchronisation tool.
Diffstat (limited to 'net/unison/patches')
-rw-r--r--net/unison/patches/patch-aa27
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