aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2012-08-13 00:00:43 +0800
committerbeat <beat@FreeBSD.org>2012-08-13 00:00:43 +0800
commitf42e70b408139db511e12423e3e276b968faf7ce (patch)
tree4287238cbd857249d800d7061e3f0b93737e7ddb /www
parentc3ce79156071fffff320abb88049ba990706d2be (diff)
downloadfreebsd-ports-gnome-f42e70b408139db511e12423e3e276b968faf7ce.tar.gz
freebsd-ports-gnome-f42e70b408139db511e12423e3e276b968faf7ce.tar.zst
freebsd-ports-gnome-f42e70b408139db511e12423e3e276b968faf7ce.zip
- Don't create empty nss directory
- Bump PORTREVISION to rebuild packages on pointyhat Reported by: pointyhat Submitted by: jbeich via freebsd-gecko repository
Diffstat (limited to 'www')
-rw-r--r--www/firefox-esr/Makefile2
-rw-r--r--www/firefox/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 813f223ab1da..c95732e9f18f 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -7,6 +7,7 @@
PORTNAME= firefox
DISTVERSION= 10.0.6
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -118,7 +119,6 @@ pre-configure:
port-pre-install:
${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF}
- ${ECHO_CMD} "@exec mkdir -p %D/include/firefox/nss" >> ${PLISTD}
${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD}
${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF}
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 66ff43315387..c4ef6e472c82 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -7,6 +7,7 @@
PORTNAME= firefox
DISTVERSION= 14.0.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -114,7 +115,6 @@ pre-configure:
port-pre-install:
${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF}
- ${ECHO_CMD} "@exec mkdir -p %D/include/firefox/nss" >> ${PLISTD}
${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD}
${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF}