aboutsummaryrefslogtreecommitdiff
path: root/net/unison232/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/unison232/files/patch-aa')
-rw-r--r--net/unison232/files/patch-aa31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/unison232/files/patch-aa b/net/unison232/files/patch-aa
deleted file mode 100644
index 483f1bab2391..000000000000
--- a/net/unison232/files/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.orig Sat Aug 27 15:49:56 2005
-+++ Makefile Sat Aug 27 15:51:55 2005
-@@ -68,15 +68,15 @@
- ######################################################################
- # Installation
-
--INSTALLDIR = $(HOME)/bin/
-+INSTALLDIR = ${PREFIX}/bin/
-
- # This has two names because on OSX the file INSTALL shadows the target 'install'!
- install: doinstall
-
- doinstall: $(NAME)$(EXEC_EXT)
-- -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$)
-- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)
-- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(MAJORVERSION)$(EXEC_EXT)
-+# -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$)
-+ ${BSD_INSTALL_PROGRAM} $(NAME)$(EXEC_EXT) $(INSTALLDIR)
-+# cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(MAJORVERSION)$(EXEC_EXT)
-
-
- ######################################################################
-@@ -353,7 +353,7 @@
- .PHONY: tags
-
- tags:
-- -$(ETAGS) *.mli */*.mli *.ml */*.ml *.m */*.m *.c */*.c *.txt
-+ -$(ETAGS) *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt
-
- all:: TAGS
-