summaryrefslogtreecommitdiff
path: root/mail/pine4/pkg-libwarning
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pine4/pkg-libwarning')
-rw-r--r--mail/pine4/pkg-libwarning7
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/pine4/pkg-libwarning b/mail/pine4/pkg-libwarning
deleted file mode 100644
index eba4efa8b9c5..000000000000
--- a/mail/pine4/pkg-libwarning
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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