summaryrefslogtreecommitdiffstats
path: root/www/cherokee
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 07:42:28 +0000
committerkris <kris@FreeBSD.org>2004-09-18 07:42:28 +0000
commite1e9f15da91b7101642da81b39ee35277f23f640 (patch)
treeb805baccf616c539e598bfe840163083df926cb9 /www/cherokee
parent09529242a582697e417100feb8b328298edc6498 (diff)
downloadFreeBSD-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/Makefile8
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>
OpenPOWER on IntegriCloud