From: Daniel Kahn Gillmor Date: Tue, 10 Mar 2009 04:44:29 +0000 (-0400) Subject: FreeBSD porting: do one more path translation. X-Git-Tag: monkeysphere_0.25~34^2~6 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4be67d246780ed85bc45c730f374100949fa61e9;hp=e63549bb6a927d737546a74ba8a912a9b60c979e;p=monkeysphere.git FreeBSD porting: do one more path translation. --- 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 \