diff options
author | beat <beat@FreeBSD.org> | 2011-11-27 21:56:57 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-11-27 21:56:57 +0800 |
commit | 3aefd05c8509d4ffdf04c10ba8ba82f2fd744f5a (patch) | |
tree | cd62177f46d9772dd7284ddb18564cca78eacbbb /www | |
parent | 97cfcc500451ba9c8a1696c116a5be16d55d2569 (diff) | |
download | freebsd-ports-gnome-3aefd05c8509d4ffdf04c10ba8ba82f2fd744f5a.tar.gz freebsd-ports-gnome-3aefd05c8509d4ffdf04c10ba8ba82f2fd744f5a.tar.zst freebsd-ports-gnome-3aefd05c8509d4ffdf04c10ba8ba82f2fd744f5a.zip |
- Create empty directory missing from package
PR: ports/162408
Submitted by: <4720 AT hushmail.com>
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox36/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index b869328247e1..2b95fb7f27a4 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -111,6 +111,7 @@ pre-configure: port-pre-install: # ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} + ${ECHO_CMD} "@exec mkdir -p %D/include/firefox3/nss" >> ${PLISTD} ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD} ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF} |