head	1.2;
access;
symbols
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.07.19.21.13.24;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2003.12.14.15.53.51;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 3.08.0

PR:		ports/69254
Submitted by:	Eugene Ossintsev (maintainer)
@
text
@--- camlp4/lib/Makefile.orig	Sun Dec 14 02:41:09 2003
+++ camlp4/lib/Makefile	Sun Dec 14 02:41:24 2003
@@@@ -43,6 +43,6 @@@@
 
 installopt:
 	cp $(TARGET:.cma=.cmxa) *.cmx "$(LIBDIR)/camlp4/."
-	tar cf - $(TARGET:.cma=.$(A)) | (cd "$(LIBDIR)/camlp4/."; tar xf -)
+	tar cf - $(TARGET:S/.cma$/.$(A)/) | (cd "$(LIBDIR)/camlp4/."; tar xf -)
 
 include .depend
@


1.1
log
@- Added a patch to the original OCaml's configure script
  to fix building the port when using WITHOUT_X11 knob.
- Fixed Makefiles to avoid gmake-isms.
- Fix pkg-plist

PR:		60219
Submitted by:	maintainer
Noticed by:	Dmitry Morozovsky <marck@@rinet.ru>,
		Marwan Burelle <Marwan.Burelle@@ens.fr>
@
text
@@

