summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-10 02:14:36 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-10 02:14:36 -0400
commit309e0854c96d9f2702fec433af049ad7d41d8e71 (patch)
treeb5f7c3879231bb6831ce311ac08fe3e70872a2ba /packaging
parent53c9fcabe2881cbb7e231ab9ec7270e54a211845 (diff)
FreeBSD packaging: make sure to clean up cruft after in-place sed replacement.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/freebsd/security/monkeysphere/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/freebsd/security/monkeysphere/Makefile b/packaging/freebsd/security/monkeysphere/Makefile
index b6cacaf..f2484b5 100644
--- a/packaging/freebsd/security/monkeysphere/Makefile
+++ b/packaging/freebsd/security/monkeysphere/Makefile
@@ -51,6 +51,8 @@ post-patch:
${WRKSRC}/src/monkeysphere-host \
${WRKSRC}/src/monkeysphere-authentication \
${WRKSRC}/src/monkeysphere
+ # and clean up cruft from the sed replacements:
+ find ${WRKSRC} -name '*.bak' -delete
post-install:
@if [ ! -f ${PREFIX}/etc/monkeysphere/monkeysphere.conf ]; then \