From 37f6b7d873b237c1155bdd5a3b2ecaeb841558aa Mon Sep 17 00:00:00 2001 From: beat Date: Thu, 20 Oct 2011 07:46:30 +0000 Subject: - Damage control: Revert startup change introduced in revision 1.252 as this causes more problem then it fixes. - Bump PORTREVISION. --- www/firefox/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'www/firefox') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d023d2ed5f17..7cd13b5fd4ba 100644 --- a/www/firefox/Makefile +++ b/www/firefox/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} -- cgit