diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 22:29:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-01 22:29:52 +0000 |
commit | 7131a394d9ffb9bf26723be8209361244f720070 (patch) | |
tree | 8a7c0db7283edf2cd916ecd65b7dbd15c939637d /mail/archiveopteryx | |
parent | cb6890b7266d2bb95f5ceb10f2770725670db763 (diff) | |
download | ports-7131a394d9ffb9bf26723be8209361244f720070.tar.gz ports-7131a394d9ffb9bf26723be8209361244f720070.zip |
Notes
Diffstat (limited to 'mail/archiveopteryx')
-rw-r--r-- | mail/archiveopteryx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index e1276c68fde2..ba53b2915e10 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -37,6 +37,12 @@ GROUPS= aox JAM?= ${LOCALBASE}/bin/jam +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build on FreeBSD 9.X +.endif + post-patch: @${GREP} -Rl '%%[[:alpha:]]\+%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ -e 's,%%PREFIX%%,${PREFIX},g' @@ -54,4 +60,4 @@ post-install: post-deinstall: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |