diff options
Diffstat (limited to 'www/twhttpd/Makefile')
-rw-r--r-- | www/twhttpd/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/twhttpd/Makefile b/www/twhttpd/Makefile index a5e73fff10e1..9ca097182a0c 100644 --- a/www/twhttpd/Makefile +++ b/www/twhttpd/Makefile @@ -19,12 +19,6 @@ 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 @@ -32,4 +26,5 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> + +.include <bsd.port.mk> |