diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2013-03-03 08:13:07 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2013-03-03 08:13:07 +0000 |
commit | b67e674ac6128bed77bd2ed4f2c57ec87fb14e2d (patch) | |
tree | 0b4abfa523d113912f27dffe0512ab5a1c7a0dde /mail/fetchmail/files | |
parent | - Update to 1.5.0 (diff) |
- Update script for chasing _tkinter.so relocation
PR: ports/176611
Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org>
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=313331
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r-- | mail/fetchmail/files/fetchmailconf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/files/fetchmailconf.in b/mail/fetchmail/files/fetchmailconf.in index b1a53b24a54b..32bb008144cd 100644 --- a/mail/fetchmail/files/fetchmailconf.in +++ b/mail/fetchmail/files/fetchmailconf.in @@ -9,7 +9,7 @@ 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}/site-packages/_tkinter.so ]; then + if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/lib-dynload/_tkinter.so ]; then exec ${LOCALBASE}/libexec/fetchmailconf.py "$@" fi fi |