From 69c071117a48ca2a820fd2c525d06e08a8bb7d48 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 20 Jan 2019 11:28:49 +0000 Subject: Fixup minor oversights from r490780 mail/fetchmail* * Update comment in mail/fetchmail/files/fetchmailrc.sample * Remove mail/fetchmail/files/fetchmail.in that got copied to mail/fetchmailconf/files/ --- mail/fetchmail/files/fetchmailconf.in | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 mail/fetchmail/files/fetchmailconf.in (limited to 'mail/fetchmail/files/fetchmailconf.in') diff --git a/mail/fetchmail/files/fetchmailconf.in b/mail/fetchmail/files/fetchmailconf.in deleted file mode 100644 index 32bb008144cd..000000000000 --- a/mail/fetchmail/files/fetchmailconf.in +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# -# Wrapper for the real fetchmailconf. Checks whether Python and Tkinter are -# installed, and runs the real fetchmailconf or alerts the user, as appropriate. -# -# $FreeBSD$ - -LOCALBASE=%%LOCALBASE%% - -if [ -x $LOCALBASE/bin/python ] ; then - PYTHON_VERSION=python$(${LOCALBASE}/bin/python -c 'import sys; print sys.version[:3]' 2>/dev/null) - if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/lib-dynload/_tkinter.so ]; then - exec ${LOCALBASE}/libexec/fetchmailconf.py "$@" - fi -fi -cat <