head	1.2;
access;
symbols
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.04.08.19.21.34;	author stas;	state dead;
branches;
next	1.1;

1.1
date	2004.10.27.22.45.28;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update ocaml-net to 2.2.9
- make PREFIX-clean
- use bsd.ocamk.mk framework
- update pkg description
- pass maintainership to submitter.

PR:		ports/118888 (based on)
Submitted by:	manfred.lotz@@yahoo.de
@
text
@#!/bin/sh

mv ${PKG_PREFIX}/lib/ocaml/ld.conf ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp
grep -v netstring ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp > ${PKG_PREFIX}/lib/ocaml/ld.conf
rm -f ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp
@


1.1
log
@- Fix package so it registers shared libraries in ocaml register

PR:		ports/73194
Submitted by:	stephane (maintainer)
@
text
@@

