diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-07 17:34:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-07 17:34:42 +0000 |
commit | ea613a9dd81315bf1f7f93c13f3edf0062db627a (patch) | |
tree | a6c1a57e4b677b43e878c621d3960391a3efff1b /mail/offlineimap/Makefile | |
parent | 67b650d68bf17871790a1cb122c1991c888058af (diff) |
upgrade to 3.99.15
PR: 51569
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=80386
Diffstat (limited to 'mail/offlineimap/Makefile')
-rw-r--r-- | mail/offlineimap/Makefile | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index 2fc15af95ac1..017fcfe65187 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= offlineimap -PORTVERSION= 3.99.7 -PORTREVISION= 1 +PORTVERSION= 3.99.15 CATEGORIES= mail python MASTER_SITES= http://gopher.quux.org:70/devel/offlineimap/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,31 +15,22 @@ 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 +USE_PYDISTUTILS= yes MAN1= offlineimap.1 DOCS= manual.html manual.pdf manual.ps manual.txt EXAMPLES= offlineimap.conf offlineimap.conf.minimal -DEFAULT_EXAMPLES_DIR=/usr/local/share/examples/offlineimap - post-install: ${INSTALL_MAN} ${WRKSRC}/offlineimap.1 ${MANPREFIX}/man/man1/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif @${MKDIR} ${EXAMPLESDIR} -.for file in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} -.endfor - @${SED} -e 's!${DEFAULT_EXAMPLES_DIR}!${EXAMPLESDIR}!' \ - ${MASTERDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} + cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} + @${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' < ${PKGMESSAGE} .include <bsd.port.mk> |