diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
commit | d894e365fe83a695850869cd43b9ff91d9c2323a (patch) | |
tree | 7a18870cedbd144cff76a826ef41b266e5dc5835 /mail/cyrus | |
parent | Reset inactive maintainer. (diff) |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=91368
Diffstat (limited to 'mail/cyrus')
-rw-r--r-- | mail/cyrus/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index 8dbad529b62d..dca65424f2f5 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -38,6 +38,12 @@ MAN8= arbitron.8 collectnews.8 cyrquota.8 deliver.8 fud.8 \ imapd.8 mbpath.8 pop3d.8 reconstruct.8 rmnews.8 syncnews.8 \ timsieved.8 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + post-patch: ${CP} ${FILESDIR}/600.cyrus ${WRKDIR} ${REINPLACE_CMD} -e 's,LOCALBASE,${LOCALBASE},g' ${WRKDIR}/600.cyrus @@ -104,4 +110,4 @@ post-install: @${ECHO_CMD} "@dirrm spool/imap" >>${TMPPLIST} @PKG_PREFIX=${PREFIX} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |