diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 22:51:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 22:51:16 +0000 |
commit | c104a9396154362152a0e1911e21553b22c35f32 (patch) | |
tree | 00d9aa8d2f6ee6f5a3db8e197344077f78de6f91 /www/middleman | |
parent | 7ec27e904a2dc1a68b5a1e8fe210939e3184896f (diff) | |
download | ports-c104a9396154362152a0e1911e21553b22c35f32.tar.gz ports-c104a9396154362152a0e1911e21553b22c35f32.zip |
BROKEN on 7.0: Does not compile
Notes
Notes:
svn path=/head/; revision=146604
Diffstat (limited to 'www/middleman')
-rw-r--r-- | www/middleman/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/middleman/Makefile b/www/middleman/Makefile index 46151fd30cc6..208720a83aea 100644 --- a/www/middleman/Makefile +++ b/www/middleman/Makefile @@ -41,6 +41,12 @@ CONFIGURE_ARGS+= --enable-mtime MMAN_CACHE= /var/cache/mman PLIST_SUB+= MMAN_CACHE=${MMAN_CACHE} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700000 +BROKEN= "Does not compile on FreeBSD >= 7.0" +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|/usr/bin/mman|${PREFIX}/bin/mman|g ; \ @@ -62,4 +68,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |