diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 07:42:28 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 07:42:28 +0000 |
commit | e1e9f15da91b7101642da81b39ee35277f23f640 (patch) | |
tree | b805baccf616c539e598bfe840163083df926cb9 /www/cherokee | |
parent | 09529242a582697e417100feb8b328298edc6498 (diff) | |
download | FreeBSD-ports-e1e9f15da91b7101642da81b39ee35277f23f640.zip FreeBSD-ports-e1e9f15da91b7101642da81b39ee35277f23f640.tar.gz |
BROKEN on 5.x: Broken pkg-plist
Approved by: portmgr (self)
Diffstat (limited to 'www/cherokee')
-rw-r--r-- | www/cherokee/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index c6a5c56..2db4baa 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -29,6 +29,12 @@ MAN1= cherokee-config.1 cherokee.1 CPPFLAGS= ${PTHREAD_CFLAGS} LDFLAGS= ${PTHREAD_LIBS} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Broken pkg-plist" +.endif + pre-install: @if [ ! -f ${PREFIX}/www ]; then \ ${MKDIR} ${PREFIX}/www;\ @@ -45,4 +51,4 @@ post-install: @${ECHO_MSG} " ${PREFIX}/share/cherokee/Intro.txt" @${ECHO_MSG} " " -.include <bsd.port.mk> +.include <bsd.port.post.mk> |