From e1e9f15da91b7101642da81b39ee35277f23f640 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 18 Sep 2004 07:42:28 +0000 Subject: BROKEN on 5.x: Broken pkg-plist Approved by: portmgr (self) --- www/cherokee/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/cherokee') 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 + +.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 +.include -- cgit v1.1