diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-11-18 13:01:22 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-11-18 13:01:22 +0000 |
commit | d13dfa4521ca4a12a5b29577a4d87c0dda519976 (patch) | |
tree | 31d06bb684f92a26c9059497d41e0fcf642fe4ac /security/saint | |
parent | c3d27c7a8d83626d417b3cc756e19a7aef8abb2a (diff) |
Notes
Diffstat (limited to 'security/saint')
-rw-r--r-- | security/saint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/saint/Makefile b/security/saint/Makefile index 3b5deee09614..ec5a23615087 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -37,6 +37,7 @@ BROKEN= leaves files after deinstallation do-install: @${MKDIR} ${PREFIX}/saint + ${RM} ${WRKSRC}/reconfig.orig ${TAR} -C ${WRKSRC} -cf - -X ${FILESDIR}/excludefiles . | ${TAR} -C ${PREFIX}/saint -xf - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 |