aboutsummaryrefslogtreecommitdiff
path: root/www/twhttpd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
commit90abb24f53e9d8c2428c70b483b38627d2bae3ae (patch)
tree039e88512c84bb0c19d7d2204a18150ecd6574ab /www/twhttpd
parent57ecc8add154f672ce9d853fb180da502d262718 (diff)
downloadports-90abb24f53e9d8c2428c70b483b38627d2bae3ae.tar.gz
ports-90abb24f53e9d8c2428c70b483b38627d2bae3ae.zip
Notes
Diffstat (limited to 'www/twhttpd')
-rw-r--r--www/twhttpd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/twhttpd/Makefile b/www/twhttpd/Makefile
index aedb8f8d16b5..a5e73fff10e1 100644
--- a/www/twhttpd/Makefile
+++ b/www/twhttpd/Makefile
@@ -19,6 +19,12 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOCONF_VER= 213
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
do-install:
@${INSTALL_PROGRAM} -o root -g wheel -m 0755 ${WRKSRC}/twhttpd ${PREFIX}/sbin/twhttpd
@${INSTALL} -o root -g wheel -m 0755 ${WRKSRC}/rm_cache ${PREFIX}/sbin/rm_cache
@@ -26,4 +32,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>