diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
commit | 803a90b661ad659b171b7cf43a184ece5df60ca4 (patch) | |
tree | 475b259bd57593512221e9ea0c550b5e5ab2b787 /www/opera | |
parent | 6f5a4bb0116f5a3cf40f6b7262b8a23bbbcfa65b (diff) |
Notes
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 6c74df4e0d61..53ff4ccdcd9c 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -84,9 +84,7 @@ do-build: .endif do-configure: - ${MV} ${WRKSRC}/share/man ${WRKSRC}/man - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ - -e 's|share/man|man|g' ${WRKSRC}/install + @${MV} ${WRKSRC}/share/man ${WRKSRC}/man @${REINPLACE_CMD} -e 's|"$${0%/.}"|${PREFIX}|g' \ -e 's|/usr/local/profile|$$HOME/.opera|' \ ${WRKSRC}/opera |