aboutsummaryrefslogtreecommitdiff
path: root/mail/offlineimap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/offlineimap/Makefile')
-rw-r--r--mail/offlineimap/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile
index 017fcfe65187..f69b1edd13c2 100644
--- a/mail/offlineimap/Makefile
+++ b/mail/offlineimap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= offlineimap
-PORTVERSION= 3.99.15
+PORTVERSION= 3.99.17
CATEGORIES= mail python
MASTER_SITES= http://gopher.quux.org:70/devel/offlineimap/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -15,6 +15,7 @@ MAINTAINER= sergei@kolobov.com
COMMENT= Powerful IMAP/Maildir synchronization and reader support
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+PKGMESSAGE= ${WRKDIR}/pkg-message
USE_PYTHON= yes
USE_PYDISTUTILS= yes
@@ -31,6 +32,8 @@ post-install:
.endif
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
- @${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' < ${PKGMESSAGE}
+ @${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' \
+ ${MASTERDIR}/pkg-message > ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>