aboutsummaryrefslogtreecommitdiff
path: root/net/unison/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-08-29 19:36:53 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-08-29 19:36:53 +0000
commit0ac2e2a51b1850b5423e9e42307a331ce8508369 (patch)
tree67fdb946247dfa0dfe0e1d6aceffd04abf79d41b /net/unison/files
parente4043b9a6f4191247147ba7a87a4a4508561eb60 (diff)
downloadports-0ac2e2a51b1850b5423e9e42307a331ce8508369.tar.gz
ports-0ac2e2a51b1850b5423e9e42307a331ce8508369.zip
- update to 2.7.1
- style nits (one tab after VAR=) PR: 30195 Submitted by: maintainer (mostly)
Notes
Notes: svn path=/head/; revision=47112
Diffstat (limited to 'net/unison/files')
-rw-r--r--net/unison/files/patch-aa14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/unison/files/patch-aa b/net/unison/files/patch-aa
index 6c45ce1d18b1..a14c18bfa972 100644
--- a/net/unison/files/patch-aa
+++ b/net/unison/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Sep 25 19:04:31 2000
-+++ Makefile Wed Oct 25 20:48:53 2000
+--- Makefile.orig Tue Aug 28 16:27:01 2001
++++ Makefile Wed Aug 29 09:15:09 2001
@@ -62,12 +62,12 @@
######################################################################
# Installation
@@ -13,15 +13,15 @@
cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)
- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT)
+# cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT)
+ @# If we're running at Penn, install a public version too
+ if [ -d /plclub/bin ]; then cp $(NAME)$(EXEC_EXT) /plclub/bin/$(NAME)-$(VERSION)$(EXEC_EXT); fi
- ######################################################################
- # Demo
-@@ -204,7 +204,7 @@
+@@ -231,7 +231,7 @@
tags:
- -$(ETAGS) *.ml *.mli
+ -$(ETAGS) *.ml *.mli *.txt
-all:: TAGS
-+# all:: TAGS
++#all:: TAGS
TAGS:
$(MAKE) tags