diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-06 16:57:04 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-06 16:57:04 +0000 |
commit | 2b74c268f9b8fbf706079440d61775e77cd45ff8 (patch) | |
tree | 6bdd69dd056258b5789b39be2939b84a4fe62f76 /www | |
parent | This is the Linux port of the famous Opera browser (with Qt statically (diff) |
I forgot the sed magic for opera.sh.
Spotted by: jedgar
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-opera-devel/Makefile | 6 | ||||
-rw-r--r-- | www/linux-opera/Makefile | 6 | ||||
-rw-r--r-- | www/linux-opera7/Makefile | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index ab8f8eba275a..fbc80b97a964 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -17,9 +17,13 @@ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base NO_BUILD= yes +do-configure: + ${SED} 's|%%PREFIX%%|${PREFIX}|; s|%%DISTNAME%%|${DISTNAME}|' \ + <${FILESDIR}/opera.sh >${WRKDIR}/opera.sh + do-install: (cd ${WRKDIR} && \ tar cf - ${DISTNAME} | tar --unlink -xpf - -C ${PREFIX}) - ${INSTALL_SCRIPT} ${FILESDIR}/opera.sh ${PREFIX}/bin/opera + ${INSTALL_SCRIPT} ${WRKDIR}/opera.sh ${PREFIX}/bin/opera .include <bsd.port.mk> diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index ab8f8eba275a..fbc80b97a964 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -17,9 +17,13 @@ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base NO_BUILD= yes +do-configure: + ${SED} 's|%%PREFIX%%|${PREFIX}|; s|%%DISTNAME%%|${DISTNAME}|' \ + <${FILESDIR}/opera.sh >${WRKDIR}/opera.sh + do-install: (cd ${WRKDIR} && \ tar cf - ${DISTNAME} | tar --unlink -xpf - -C ${PREFIX}) - ${INSTALL_SCRIPT} ${FILESDIR}/opera.sh ${PREFIX}/bin/opera + ${INSTALL_SCRIPT} ${WRKDIR}/opera.sh ${PREFIX}/bin/opera .include <bsd.port.mk> diff --git a/www/linux-opera7/Makefile b/www/linux-opera7/Makefile index ab8f8eba275a..fbc80b97a964 100644 --- a/www/linux-opera7/Makefile +++ b/www/linux-opera7/Makefile @@ -17,9 +17,13 @@ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base NO_BUILD= yes +do-configure: + ${SED} 's|%%PREFIX%%|${PREFIX}|; s|%%DISTNAME%%|${DISTNAME}|' \ + <${FILESDIR}/opera.sh >${WRKDIR}/opera.sh + do-install: (cd ${WRKDIR} && \ tar cf - ${DISTNAME} | tar --unlink -xpf - -C ${PREFIX}) - ${INSTALL_SCRIPT} ${FILESDIR}/opera.sh ${PREFIX}/bin/opera + ${INSTALL_SCRIPT} ${WRKDIR}/opera.sh ${PREFIX}/bin/opera .include <bsd.port.mk> |