summaryrefslogblamecommitdiff
path: root/mail/pine4/pkg-libwarning
blob: eba4efa8b9c577f0fc235983cbe555aa60b6b0e0 (plain) (tree)
1
2
3
4
5
6
7






                                                                                                                                                                                                                                                                                                                                                                                                                 
#!/bin/sh

if [ "$2" = "POST-INSTALL" -o -n "${PACKAGE_BUILDING}" ]; then
  exit 0
fi

/usr/bin/dialog --msgbox "This port requires an up to date cclient library.  Your best chance of success is to pkg_delete cclient, then do: make clean && make install in this directory. Include whatever compile options you desire in the make install step, such as -DWITH_SSL. The important factor is that the cclient library and this program be compiled with the same options." 12 70 || /usr/bin/false