diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-04-20 19:16:22 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-04-20 19:16:22 +0000 |
commit | f28b31d3027f0568c652e15c22e500840c8b95da (patch) | |
tree | aaaf5b9aa67421d88f55caa2fa30fbf7da8dafd6 /www/opera | |
parent | b77ec223e83eae71a49a1993659cf86441d9f6bd (diff) |
Notes
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index a456515ac2e8..94cb707552c3 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -106,7 +106,7 @@ PLIST_SUB+= KDE="@comment " post-patch: @${CP} ${WRKSRC}/search.ini ${WRKSRC}/locale/en @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g ; \ + s|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/install.sh ${WRKSRC}/ini/pluginpath.ini \ ${WRKSRC}/config/opera6rc @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/install.sh |