diff options
author | beat <beat@FreeBSD.org> | 2011-10-20 15:46:30 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-10-20 15:46:30 +0800 |
commit | 37f6b7d873b237c1155bdd5a3b2ecaeb841558aa (patch) | |
tree | 8602f3270c03670cd4d7bfbae05ca3ef7a38039f /www/firefox-esr | |
parent | 1a122d33568a8dcb394799721dd98329ad978ffe (diff) | |
download | freebsd-ports-gnome-37f6b7d873b237c1155bdd5a3b2ecaeb841558aa.tar.gz freebsd-ports-gnome-37f6b7d873b237c1155bdd5a3b2ecaeb841558aa.tar.zst freebsd-ports-gnome-37f6b7d873b237c1155bdd5a3b2ecaeb841558aa.zip |
- Damage control: Revert startup change introduced in revision 1.252 as
this causes more problem then it fixes.
- Bump PORTREVISION.
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index d023d2ed5f17..7cd13b5fd4ba 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox DISTVERSION= 7.0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -137,13 +137,6 @@ post-configure: (cd ${WRKSRC} && ${GMAKE} distclean) .endif -post-build: - ${RM} ${WRKSRC}/dist/bin/${PORTNAME} - ${ECHO_CMD} "#!/bin/sh" > ${WRKSRC}/dist/bin/${PORTNAME} - ${ECHO_CMD} "cd ${PREFIX}/lib/firefox && ./run-mozilla.sh ./firefox-bin" \ - >> ${WRKSRC}/dist/bin/${PORTNAME} - ${CHMOD} 755 ${WRKSRC}/dist/bin/${PORTNAME} - port-pre-install: ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} |