head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	v0_74:1.1.1.1
	INRIA:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2006.08.06.10.53.54;	author jkoshy;	state Exp;
branches;
next	1.2;

1.2
date	98.08.20.08.07.13;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	98.07.28.06.25.42;	author jkoshy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.28.06.25.42;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- 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>
@
text
@--- 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:
-	cp $(FILES) $(EMACSLISPDIR)
-	dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile
+	mkdir -p $(EMACSLISPDIR)
+	${BSD_INSTALL_DATA} $(FILES) $(EMACSLISPDIR)
 
 clean:
 	rm -f *~ #*#
@


1.2
log
@Don't bytecompile emacs .el files that go in to site-lisp/.

Requested by: asami@@freebsd.org
@
text
@d1 2
a2 2
--- contrib/camlmode/Makefile.orig	Mon Dec  2 22:13:37 1996
+++ contrib/camlmode/Makefile	Thu Aug 20 08:11:56 1998
d7 2
d10 1
a10 2
 	cp $(FILES) $(EMACSLISPDIR)
-	dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- contrib/camlmode/Makefile--	Mon Dec  2 22:13:37 1996
+++ contrib/camlmode/Makefile	Tue Jul 28 08:48:02 1998
@@@@ -11,8 +11,9 @@@@
a9 1
+	-dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile
@


1.1.1.1
log
@A light weight implementation of CAML, a strongly typed functional
language belonging to the ML family.
@
text
@@
