aboutsummaryrefslogtreecommitdiff
path: root/mail/offlineimap/Makefile
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2010-08-08 20:43:54 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2010-08-08 20:43:54 +0000
commitf2d5da124ba4a654c16a1dc548d9dd63bd73fc95 (patch)
tree1aa5ffeb37d377e30a9da86a01e259c73e1aca12 /mail/offlineimap/Makefile
parent355fd44280e369b84257ae68061bdaefb19e396c (diff)
downloadports-f2d5da124ba4a654c16a1dc548d9dd63bd73fc95.tar.gz
ports-f2d5da124ba4a654c16a1dc548d9dd63bd73fc95.zip
Notes
Diffstat (limited to 'mail/offlineimap/Makefile')
-rw-r--r--mail/offlineimap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile
index 2e0bc185e218..46b743bed261 100644
--- a/mail/offlineimap/Makefile
+++ b/mail/offlineimap/Makefile
@@ -18,11 +18,12 @@ COMMENT= Powerful IMAP/Maildir synchronization and reader support
.if !defined(WITHOUT_X11)
RUN_DEPENDS= ${TKINTER}:${PORTSDIR}/x11-toolkits/py-tkinter
+
TKINTER= ${PYTHON_SITELIBDIR}/_tkinter.so
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}
-PKGMESSAGE= ${WRKDIR}/pkg-message
+SUB_FILES= pkg-message
USE_PYTHON= yes
USE_PYDISTUTILS= yes
@@ -37,8 +38,6 @@ post-install:
.endif
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
- @${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' \
- ${MASTERDIR}/pkg-message > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>