summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-10 00:44:29 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-10 00:44:29 -0400
commit4be67d246780ed85bc45c730f374100949fa61e9 (patch)
treeace82de5568472dcb7217ea5acfca71958978150 /packaging
parente63549bb6a927d737546a74ba8a912a9b60c979e (diff)
FreeBSD porting: do one more path translation.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/freebsd/security/monkeysphere/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/freebsd/security/monkeysphere/Makefile b/packaging/freebsd/security/monkeysphere/Makefile
index 46a1d01..c54f56c 100644
--- a/packaging/freebsd/security/monkeysphere/Makefile
+++ b/packaging/freebsd/security/monkeysphere/Makefile
@@ -45,7 +45,10 @@ post-patch:
${WRKSRC}/src/monkeysphere-host \
${WRKSRC}/src/monkeysphere-authentication \
${WRKSRC}/doc/getting-started-admin.mdwn
-
+ @${REINPLACE_CMD} -e 's|/usr/share/monkeysphere|/usr/local/share/monkeysphere|g' \
+ ${WRKSRC}/src/monkeysphere-host \
+ ${WRKSRC}/src/monkeysphere-authentication \
+ ${WRKSRC}/src/monkeysphere
post-install:
@if [ ! -f ${PREFIX}/etc/monkeysphere/monkeysphere.conf ]; then \