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


1.2
date	2006.08.06.10.53.54;	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.2
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/camlsearch/emacs-lisp/Makefile.orig	Sat Feb  4 21:12:23 1995
+++ contrib/camlsearch/emacs-lisp/Makefile	Sat Aug  5 10:00:54 2006
@@@@ -1,3 +1,4 @@@@
 SOURCES=caml-search.el
 install: $(SOURCES)
-	cp $(SOURCES) $(ELISPDIR)
+	mkdir -p $(ELISPDIR)
+	${BSD_INSTALL_DATA} $(SOURCES) $(ELISPDIR)
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
--- contrib/camlsearch/emacs-lisp/Makefile--	Sat Feb  4 23:42:23 1995
+++ contrib/camlsearch/emacs-lisp/Makefile	Tue Jul 28 08:49:53 1998
d6 1
d8 1
a8 1
 	cp $(SOURCES) $(ELISPDIR)
@


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