- 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:
parent
0741db6ecf
commit
2069ff6805
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284935
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user