diff options
-rw-r--r-- | security/saint/Makefile | 4 |
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 - |