summaryrefslogtreecommitdiff
path: root/packaging/freebsd/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 17:41:53 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 17:41:53 -0400
commit82c97a3d7799dcbd722523f251de8836d5956318 (patch)
tree7c8b25a098cfd19ccbac98357882e0efaccc0bc3 /packaging/freebsd/Makefile
parent4822085adf8698c5f1dc069e7f48c9b85ada8f0c (diff)
more tweaks to freebsd packaging.
Diffstat (limited to 'packaging/freebsd/Makefile')
-rw-r--r--packaging/freebsd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/freebsd/Makefile b/packaging/freebsd/Makefile
index 1381ba4..2bdb283 100644
--- a/packaging/freebsd/Makefile
+++ b/packaging/freebsd/Makefile
@@ -31,6 +31,10 @@ MANCOMPRESSED= yes
MAKE_ARGS= ETCPREFIX=/usr/local MANPREFIX=/usr/local/man ETCSUFFIX=.sample
+# get rid of cruft after the patching:
+post-patch:
+ find . -iname '*.orig' -delete
+
post-install:
@if [ ! -f ${PREFIX}/etc/monkeysphere/monkeysphere.conf ]; then \
${CP} -p ${PREFIX}/etc/monkeysphere/monkeysphere.conf.sample ${PREFIX}/etc/monkeysphere/monkeysphere.conf ; \