aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 15:42:28 +0800
committerkris <kris@FreeBSD.org>2004-09-18 15:42:28 +0800
commite1e9f15da91b7101642da81b39ee35277f23f640 (patch)
treeb805baccf616c539e598bfe840163083df926cb9 /www
parent09529242a582697e417100feb8b328298edc6498 (diff)
downloadfreebsd-ports-gnome-e1e9f15da91b7101642da81b39ee35277f23f640.tar.gz
freebsd-ports-gnome-e1e9f15da91b7101642da81b39ee35277f23f640.tar.zst
freebsd-ports-gnome-e1e9f15da91b7101642da81b39ee35277f23f640.zip
BROKEN on 5.x: Broken pkg-plist
Approved by: portmgr (self)
Diffstat (limited to 'www')
-rw-r--r--www/cherokee-devel/Makefile8
-rw-r--r--www/cherokee/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/www/cherokee-devel/Makefile b/www/cherokee-devel/Makefile
index c6a5c565c881..2db4baa29240 100644
--- a/www/cherokee-devel/Makefile
+++ b/www/cherokee-devel/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>
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>