diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-10 00:44:29 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-10 00:44:29 -0400 |
commit | 4be67d246780ed85bc45c730f374100949fa61e9 (patch) | |
tree | ace82de5568472dcb7217ea5acfca71958978150 | |
parent | e63549bb6a927d737546a74ba8a912a9b60c979e (diff) |
FreeBSD porting: do one more path translation.
-rw-r--r-- | packaging/freebsd/security/monkeysphere/Makefile | 5 |
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 \ |