summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-04-18 20:41:59 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-04-18 20:41:59 +0000
commit9ab2382fb63a2aecc4d1889dcc51d1f4604cb4d3 (patch)
tree8a5504d02984a84d89be8ea78ae1e81863632256
parent- Add ssse3 support to OPTIONS (diff)
Mark BROKEN on 9.x: leaves files behind on deinstall
Notes
Notes: svn path=/head/; revision=252886
-rw-r--r--security/saint/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/saint/Makefile b/security/saint/Makefile
index 1f5ab08631fb..e2d201d9607f 100644
--- a/security/saint/Makefile
+++ b/security/saint/Makefile
@@ -28,6 +28,10 @@ INSTALL_TARGET= all
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 900000
+BROKEN= leaves files after deinstallation
+.endif
+
do-install:
@${MKDIR} ${PREFIX}/saint
${TAR} -C ${WRKSRC} -cf - -X ${FILESDIR}/excludefiles . | ${TAR} -C ${PREFIX}/saint -xf -