0dd64a1e7d
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.
10 lines
195 B
Text
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
|