diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2011-11-27 13:56:57 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2011-11-27 13:56:57 +0000 |
commit | 271cc21b779a5435c2d9649a4923addd73bbc92b (patch) | |
tree | 8a006c10010aeee061012df712a857b480fa33a2 | |
parent | f71e994f68777a156ce85aff2a12dbfc66852c1f (diff) | |
download | freebsd-ports-271cc21b779a5435c2d9649a4923addd73bbc92b.zip |
- Create empty directory missing from package
PR: ports/162408
Submitted by: <4720 AT hushmail.com>
Feature safe: yes
-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} |