From 7ca539f5248021d9eb3084753fd1728615c7d9e3 Mon Sep 17 00:00:00 2001 From: erwin Date: Sun, 18 Apr 2010 20:41:59 +0000 Subject: Mark BROKEN on 9.x: leaves files behind on deinstall --- security/saint/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.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 - -- cgit