summaryrefslogtreecommitdiffstats
path: root/www/middleman
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-28 22:51:16 +0000
committerkris <kris@FreeBSD.org>2005-10-28 22:51:16 +0000
commitd5fd0cb4e38335a72091c209e993b7d7cd9b4f70 (patch)
tree49e15f0b84501b73e68bbbdffe51f8edcd89fa44 /www/middleman
parent313cd65d841cac2163ae8a300dd97cad0e8d3eee (diff)
downloadFreeBSD-ports-d5fd0cb4e38335a72091c209e993b7d7cd9b4f70.zip
FreeBSD-ports-d5fd0cb4e38335a72091c209e993b7d7cd9b4f70.tar.gz
BROKEN on 7.0: Does not compile
Diffstat (limited to 'www/middleman')
-rw-r--r--www/middleman/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/middleman/Makefile b/www/middleman/Makefile
index 46151fd..208720a 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>
OpenPOWER on IntegriCloud