summaryrefslogtreecommitdiff
path: root/lang/caml-light/files/patch-ae
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2006-08-06 10:53:54 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2006-08-06 10:53:54 +0000
commit02e454d15d1b88464bea24b1fe794e707b78c633 (patch)
tree6c509124baef9f12c74f6da2210c4dde6bdc463a /lang/caml-light/files/patch-ae
parent- Add readline as dependency when it was already installed. The program (diff)
- Honor CC, CFLAGS etc. [1]
- Use BSD_INSTALL_* macros to install files. [1] - Make the port PREFIX clean. PR: ports/101398 [1] Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Notes
Notes: svn path=/head/; revision=169820
Diffstat (limited to 'lang/caml-light/files/patch-ae')
-rw-r--r--lang/caml-light/files/patch-ae9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/caml-light/files/patch-ae b/lang/caml-light/files/patch-ae
index 9e99b60102df..b5f3ba40814b 100644
--- a/lang/caml-light/files/patch-ae
+++ b/lang/caml-light/files/patch-ae
@@ -1,12 +1,13 @@
---- contrib/camlmode/Makefile.orig Mon Dec 2 22:13:37 1996
-+++ contrib/camlmode/Makefile Thu Aug 20 08:11:56 1998
+--- contrib/camlmode/Makefile.orig Mon Dec 2 19:43:37 1996
++++ contrib/camlmode/Makefile Sat Aug 5 10:00:05 2006
@@ -11,8 +11,8 @@
all:
install:
-+ mkdir -p $(EMACSLISPDIR)
- cp $(FILES) $(EMACSLISPDIR)
+- cp $(FILES) $(EMACSLISPDIR)
- dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile
++ mkdir -p $(EMACSLISPDIR)
++ ${BSD_INSTALL_DATA} $(FILES) $(EMACSLISPDIR)
clean:
rm -f *~ #*#