diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-20 07:46:30 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-20 07:46:30 +0000 |
commit | 413130a6d5f766fdef4cc52bdf9a6f3e81c05fbd (patch) | |
tree | d5912de0575c65ef9dda3341c05a05854a06428b /www/firefox | |
parent | 16ea893c3733d2b6638bd0f65a8a6c90d6f66040 (diff) |
Notes
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
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} |