pkgsrc/x11/wxhaskell/INSTALL
dholland 0dd64a1e7d Turn on DESTDIR mode, clear BROKEN.
Deploy a pile of horrible hacks to more or less fix the build; this
version of this package does not seem to be fully compatible with even
the ancient ghc we have in pkgsrc.

Bump PKGREVISION.
2013-12-14 08:26:30 +00:00

10 lines
195 B
Text

#!/bin/sh
#
# $NetBSD: INSTALL,v 1.1 2013/12/14 08:26:30 dholland Exp $
case ${STAGE} in
POST-INSTALL)
ghc-pkg register ${PREFIX}/lib/wxcore.pkg
ghc-pkg register ${PREFIX}/lib/wx.pkg
;;
esac