aboutsummaryrefslogtreecommitdiff
path: root/net/unison232/files
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-26 01:42:33 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-26 01:42:33 +0000
commitf92095b090e2a8f46159297f6e1156cf0bded937 (patch)
treeac384d4fc0a6c05788860a863d82757b0b106e59 /net/unison232/files
parentf3476b61693d5901f1169898fd989b104cc8b1ad (diff)
downloadports-f92095b090e2a8f46159297f6e1156cf0bded937.tar.gz
ports-f92095b090e2a8f46159297f6e1156cf0bded937.zip
Notes
Diffstat (limited to 'net/unison232/files')
-rw-r--r--net/unison232/files/patch-aa27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/unison232/files/patch-aa b/net/unison232/files/patch-aa
new file mode 100644
index 000000000000..6c45ce1d18b1
--- /dev/null
+++ b/net/unison232/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