1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/ocaml-net/pkg-deinstall
Pav Lucistnik 5ffb27574a - Fix package so it registers shared libraries in ocaml register
PR:		ports/73194
Submitted by:	stephane (maintainer)
2004-10-27 22:45:28 +00:00

6 lines
212 B
Bash

#!/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