FreeBSD porting: do one more path translation.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 10 Mar 2009 04:44:29 +0000 (00:44 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 10 Mar 2009 04:44:29 +0000 (00:44 -0400)
packaging/freebsd/security/monkeysphere/Makefile

index 46a1d01fd0178fdb51bd0f0e11634c995c261e41..c54f56c93e352bc1b3c44504b14de1a863d03b98 100644 (file)
@@ -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 \