diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 13:45:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 13:45:34 +0800 |
commit | ad448036acd7c07ca687beafec1a2b22dae5b188 (patch) | |
tree | 68ad40ba9a94c05ab513cbdfcbb5e0c8e7469aa9 /www | |
parent | 6b290091589bf384975b769bfc4d1983ad8a18e4 (diff) | |
download | freebsd-ports-graphics-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.gz freebsd-ports-graphics-ad448036acd7c07ca687beafec1a2b22dae5b188.tar.zst freebsd-ports-graphics-ad448036acd7c07ca687beafec1a2b22dae5b188.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'www')
-rw-r--r-- | www/twhttpd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/twhttpd/Makefile b/www/twhttpd/Makefile index aedb8f8d16b..a5e73fff10e 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> |