freebsd-ports/www/ocaml-net/pkg-install
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
210 B
Bash

#!/bin/sh
if ! grep "${PKG_PREFIX}/lib/ocaml/site-lib/netstring" ${PKG_PREFIX}/lib/ocaml/ld.conf >/dev/null 2>&1; then
echo "${PKG_PREFIX}/lib/ocaml/site-lib/netstring" >> ${PKG_PREFIX}/lib/ocaml/ld.conf
fi