summaryrefslogtreecommitdiff
path: root/www/cherokee
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-18 07:42:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-18 07:42:28 +0000
commit5bb767d1813143bd41ed5acd46d75b604f8d187c (patch)
treea1f08ac7b6ceb1d45e3a86ea97c1c5a7e44beeed /www/cherokee
parentBROKEN: Conflicting dependencies (apache 1.x and apache 2.x) (diff)
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 c6a5c565c881..2db4baa29240 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>