aboutsummaryrefslogtreecommitdiff
path: root/net/unison/files
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-04-21 07:29:15 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-04-21 07:29:15 +0000
commite538d48bcb17edeb1703739413aaad49ae89cbae (patch)
tree82138d1abd9cc001181d5c190059a3411a102a89 /net/unison/files
parentae6f3d5e96b73b11b0e27890d2aee6fc536579e3 (diff)
downloadports-e538d48bcb17edeb1703739413aaad49ae89cbae.tar.gz
ports-e538d48bcb17edeb1703739413aaad49ae89cbae.zip
Minor cleanup
PR: ports/95827 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=160061
Diffstat (limited to 'net/unison/files')
-rw-r--r--net/unison/files/patch-aa31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/unison/files/patch-aa b/net/unison/files/patch-aa
deleted file mode 100644
index 483f1bab2391..000000000000
--- a/net/unison/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
-