diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2010-08-08 20:43:54 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2010-08-08 20:43:54 +0000 |
commit | f2d5da124ba4a654c16a1dc548d9dd63bd73fc95 (patch) | |
tree | 1aa5ffeb37d377e30a9da86a01e259c73e1aca12 /mail/offlineimap/Makefile | |
parent | 355fd44280e369b84257ae68061bdaefb19e396c (diff) | |
download | ports-f2d5da124ba4a654c16a1dc548d9dd63bd73fc95.tar.gz ports-f2d5da124ba4a654c16a1dc548d9dd63bd73fc95.zip |
Notes
Diffstat (limited to 'mail/offlineimap/Makefile')
-rw-r--r-- | mail/offlineimap/Makefile | 5 |
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> |