From 1c32ffda12418ebc1c49791aee954329037e025b Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 18 Nov 2004 22:06:31 +0000 Subject: BROKEN on 6.x: Broken pkg-plist --- deskutils/egroupware/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 07d164fd2275..ebfc1cc1af0f 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -34,6 +34,12 @@ USE_PHP+= gd DEST= ${PREFIX}/www/data-dist/egroupware +.include + +.if ${OSVERSION} >= 600000 +BROKEN= "Broken pkg-plist on FreeBSD >= 6.x" +.endif + post-extract: @${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -rf @@ -58,4 +64,4 @@ do-install: # # Open http://localhost/egroupware/setup/index.php -.include +.include -- cgit