diff options
author | ak <ak@FreeBSD.org> | 2014-10-14 16:59:35 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-10-14 16:59:35 +0800 |
commit | d5c59f27cf99eeef5a249251b263edaea7a9be22 (patch) | |
tree | 475b259bd57593512221e9ea0c550b5e5ab2b787 /www | |
parent | d24e61dbc2797cbc194bd73caca075bf92fbc1aa (diff) | |
download | freebsd-ports-gnome-d5c59f27cf99eeef5a249251b263edaea7a9be22.tar.gz freebsd-ports-gnome-d5c59f27cf99eeef5a249251b263edaea7a9be22.tar.zst freebsd-ports-gnome-d5c59f27cf99eeef5a249251b263edaea7a9be22.zip |
- Switch MASTER_SITES to googledrive.com for my ports.
Diffstat (limited to 'www')
-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 |