- create empty directories missing from packages

PR:		ports/162116
Submitted by:	"4720@hushmail.com" <4720@hushmail.com>
Approved by:	Dan Nelson <dnelson@allantgroup.com> (maintainer, audio/sox)
Approved by:	gnome (marcus@, graphics/gimp-app)
Approved by:	gecko (beat@, www/firefox)
Approved by:	bapt (mentor)
This commit is contained in:
Eitan Adler 2011-11-02 18:42:51 +00:00
parent 0741db6ecf
commit 2069ff6805
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284935
4 changed files with 4 additions and 0 deletions

View File

@ -9,5 +9,6 @@ lib/libsox.a
lib/libsox.la
lib/libsox.so
lib/libsox.so.1
@exec mkdir -p %D/lib/sox
@dirrm lib/sox
libdata/pkgconfig/sox.pc

View File

@ -2135,4 +2135,5 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo
@dirrm etc/gimp/2.2
@dirrm etc/gimp
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@exec mkdir -p %D/share/gimp/fonts
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

View File

@ -139,6 +139,7 @@ post-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}

View File

@ -139,6 +139,7 @@ post-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}