- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])

Approved by:	portmgr (bdrewery)
This commit is contained in:
Dmitry Marakasov 2013-10-22 13:57:35 +00:00
parent d46ccd7303
commit a2105d9f79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331271
103 changed files with 5 additions and 110 deletions

View file

@ -379,5 +379,7 @@ bin/phoronix-test-suite
@dirrm %%DATADIR%%/pts-core
@dirrm %%DATADIR%%
%%BASH_COMPLETIONS%%@dirrmtry etc/bash_completion.d
%%X11%%@dirrmtry share/applications
%%X11%%@dirrmtry share/icons/hicolor/64x64/apps
%%X11%%@dirrmtry share/icons/hicolor/64x64
%%X11%%@dirrmtry share/icons/hicolor
%%X11%%@dirrmtry share/icons

View file

@ -32,10 +32,8 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/gperiodic.desktop \
${PREFIX}/share/applications
@${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/gperiodic.png \
${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/gperiodic-crystal.png \

View file

@ -10,4 +10,3 @@ share/locale/sv/LC_MESSAGES/gperiodic.mo
share/locale/tr/LC_MESSAGES/gperiodic.mo
share/pixmaps/gperiodic.png
share/pixmaps/gperiodic-crystal.png
@dirrmtry share/applications

View file

@ -1133,6 +1133,5 @@ share/pixmaps/ugene.xpm
@dirrm %%DATADIR%%/back_translation/Bacteria
@dirrm %%DATADIR%%/back_translation
@dirrm %%DATADIR%%
@dirrmtry share/applications
@dirrm lib/ugene/plugins
@dirrm lib/ugene

View file

@ -14,7 +14,6 @@ share/icons/hicolor/scalable/apps/geda-gattrib.svg
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry %%DATADIR%%
@dirrmtry share/applications
%%NLS%%@dirrmtry lib/locale/nl_NL/LC_MESSAGES
%%NLS%%@dirrmtry lib/locale/nl_NL
%%NLS%%@dirrmtry lib/locale/es_ES/LC_MESSAGES

View file

@ -83,4 +83,3 @@ share/locale/ru/LC_MESSAGES/geda-gschem.mo
@dirrmtry %%DATADIR%%/scheme
@dirrmtry %%DATADIR%%/bitmap
@dirrmtry %%DATADIR%%
@dirrmtry share/applications

View file

@ -2399,7 +2399,6 @@ share/mime/packages/libgeda.xml
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/RF_Amp
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrm include/libgeda
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime

View file

@ -31,7 +31,6 @@ post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|desktop||g' ${WRKSRC}/Makefile.in
post-install:
@${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/desktop/gerbv.desktop \
${PREFIX}/share/applications
@${MKDIR} ${PREFIX}/share/icons/hicolor/scalable/apps

View file

@ -118,7 +118,6 @@ share/icons/hicolor/scalable/apps/gerbv.svg
%%PORTDOCS%%@dirrm %%DOCSDIR%%/eagle
%%PORTDOCS%%@dirrm %%DOCSDIR%%/PNG-print
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrm include/gerbv-%%VERSION%%
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

View file

@ -89,7 +89,6 @@ share/icons/gtkwave_savefiles_256x256x32.png
@dirrmtry share/mime/application
@dirrmtry share/mime/packages
@dirrmtry share/mime
@dirrmtry share/applications
@dirrmtry share/icons/gnome/16x16/mimetypes
@dirrmtry share/icons/gnome/16x16
@dirrmtry share/icons/gnome/32x32/mimetypes

View file

@ -160,8 +160,7 @@ PLIST_FILE_LIST= bin/freeroute.jnlp \
PLIST_DIR_LIST= lib/kicad
PLIST_SHAREDDIR_LIST= share/applications \
share/mimelnk/application \
PLIST_SHAREDDIR_LIST= share/mimelnk/application \
share/mimelnk
build-plist:

View file

@ -405,6 +405,5 @@ share/mimelnk/application/x-kicad-schematic.desktop
%%PORTDOCS%%@dirrm %%DOCSDIR%%/adc-dac
%%PORTDOCS%%@dirrm %%DOCSDIR%%/74xx
@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrm lib/kicad/plugins
@dirrm lib/kicad

View file

@ -15,4 +15,3 @@ share/pixmaps/leocad.png
@dirrmtry share/mime/application
@dirrmtry share/mime
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -52,10 +52,8 @@ post-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unix/librecad ${STAGEDIR}${PREFIX}/bin
cd ${WRKSRC}/unix/resources && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/desktop/librecad.desktop \
${STAGEDIR}${PREFIX}/share/applications
@${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/res/main/librecad.png \
${STAGEDIR}${PREFIX}/share/pixmaps

View file

@ -142,4 +142,3 @@ share/pixmaps/librecad.png
@dirrm %%DATADIR%%/fonts
@dirrm %%DATADIR%%/doc
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -81,4 +81,3 @@ share/pixmaps/openscad.png
@dirrm %%DATADIR%%/libraries
@dirrm %%DATADIR%%/examples
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -308,7 +308,6 @@ share/mimelnk/application/x-qet-element.desktop
@dirrmtry share/mime
@dirrmtry share/mimelnk/application
@dirrmtry share/mimelnk
@dirrmtry share/applications
@dirrmtry share/icons/hicolor/16x16/apps
@dirrmtry share/icons/hicolor/16x16/mimetypes
@dirrmtry share/icons/hicolor/16x16

View file

@ -38,7 +38,6 @@ post-patch:
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} qfsm ${PREFIX}/bin)
@${MKDIR} ${PREFIX}/share/applications
(cd ${WRKSRC}/desktop && ${INSTALL_DATA} qfsm.desktop \
${PREFIX}/share/applications)
.for i in 32x32 48x48 64x64

View file

@ -74,6 +74,5 @@ share/mimelnk/application/x-qfsm.desktop
@dirrmtry share/icons
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

View file

@ -9,7 +9,6 @@ share/repsnapper/repsnapper.ui
share/repsnapper/repsnapper.svg
share/icons/hicolor/scalable/apps/repsnapper.svg
@dirrmtry etc/xdg/repsnapper
@dirrmtry share/applications
@dirrmtry share/locale/de_DE/LC_MESSAGES
@dirrmtry share/locale/de_DE
@dirrm share/repsnapper

View file

@ -356,7 +356,6 @@ share/locale/ja/LC_MESSAGES/fcitx.mo
share/locale/zh_CN/LC_MESSAGES/fcitx.mo
share/locale/zh_TW/LC_MESSAGES/fcitx.mo
share/mime/packages/x-fskin.xml
@dirrmtry share/applications
@dirrmtry share/icons/gnome/scalable/status
@dirrmtry share/icons/gnome/scalable
@dirrmtry share/icons/gnome

View file

@ -147,7 +147,6 @@ share/icons/gcin.png
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm share/icons/gcin
@dirrmtry share/icons
@dirrmtry share/applications
@dirrmtry %%DATADIR%%/table
@dirrmtry %%DATADIR%%/script
@dirrmtry %%DATADIR%%

View file

@ -14,4 +14,3 @@ share/pixmaps/pcmanx.svg
@dirrmtry %%DATADIR%%/nancy_bot
@dirrmtry %%DATADIR%%/script
@dirrmtry %%DATADIR%%
@dirrmtry share/applications

View file

@ -52,4 +52,3 @@ share/qterm/scripts/websnap.js
@dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry share/applications

View file

@ -676,4 +676,3 @@ share/pixmaps/rwdict.png
@dirrm %%DATADIR%%/books/fkbdc
@dirrm %%DATADIR%%/books
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -122,4 +122,3 @@ share/icons/srecite.png
@dirrm share/srecite/icon
@dirrm share/srecite/wordbooks
@dirrm share/srecite
@dirrmtry share/applications

View file

@ -22,7 +22,6 @@ MAKE_ARGS+= HAVE_GTK=no
PLIST_FILES= bin/${PORTNAME} \
bin/amttool \
share/applications/gamt.desktop
PLIST_DIRSTRY= share/applications
MAN1= gamt.1 ${PORTNAME}.1 amttool.1
MAN7= amt-howto.7
MANCOMPRESSED= no

View file

@ -282,5 +282,4 @@ share/pixmaps/chirp.png
@dirrm share/chirp/images
@dirrm share/chirp/stock_configs
@dirrm share/chirp
@dirrmtry share/applications
%%PORTDOCS%%@dirrm %%DOCSDIR%%

View file

@ -1,3 +1,2 @@
bin/cutecom
share/applications/cutecom.desktop
@dirrmtry share/applications

View file

@ -23,4 +23,3 @@ share/applications/efax-gtk.desktop
%%NLS%%share/locale/zh_CN/LC_MESSAGES/efax-gtk.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/efax-gtk.mo
share/pixmaps/efax-gtk.png
@dirrmtry share/applications

View file

@ -14,4 +14,3 @@ share/pixmaps/fldigi.xpm
%%PORTDOCS%%%%DOCSDIR%%/guide.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm share/fldigi
@dirrmtry share/applications

View file

@ -3,4 +3,3 @@ share/applications/flwrap.desktop
share/pixmaps/flwrap.xpm
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications

View file

@ -59,4 +59,3 @@ share/locale/sv/LC_MESSAGES/gnokii.mo
%%SMSD%%@dirrm lib/smsd
%%SMSD%%@dirrm share/smsd
%%X11%%share/applications/xgnokii.desktop
%%X11%%@dirrmtry share/applications

View file

@ -154,4 +154,3 @@ share/pixmaps/gpredict/maps/nasa-topo_800.png
@dirrm %%DATADIR%%/data/satdata
@dirrm %%DATADIR%%/data
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -5,4 +5,3 @@ bin/gpsk31
share/applications/gpsk31.desktop
share/pixmaps/gpsk31.png
@dirrm share/gpsk31
@dirrm share/applications

View file

@ -3,5 +3,4 @@ share/applications/hamfax.desktop
%%DATADIR%%/hamfax.html
%%DATADIR%%/hamfax_de.qm
%%DATADIR%%/hamfax_fr.qm
@dirrmtry share/applications
@dirrm %%DATADIR%%

View file

@ -5,4 +5,3 @@ share/applications/syncterm.desktop
@dirrmtry share/icons/hicolor/64x64
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry share/applications

View file

@ -129,4 +129,3 @@ share/mime/packages/tilp.xml
@dirrm %%DATADIR%%
@dirrmtry share/mime/packages
@dirrmtry share/mime
@dirrmtry share/applications

View file

@ -27,4 +27,3 @@ share/locale/fr/LC_MESSAGES/xdx.mo
share/locale/nl/LC_MESSAGES/xdx.mo
share/locale/pl/LC_MESSAGES/xdx.mo
share/locale/pt/LC_MESSAGES/xdx.mo
@dirrmtry share/applications

View file

@ -401,7 +401,6 @@ share/abiword-%%ABIVERSION%%/xsltml/tokens.xsl
share/applications/abiword.desktop
share/icons/abiword_48.png
share/mime-info/abiword.keys
@dirrmtry share/applications
@dirrm share/abiword-%%ABIVERSION%%/xsltml
@dirrm share/abiword-%%ABIVERSION%%/ui
@dirrm share/abiword-%%ABIVERSION%%/templates

View file

@ -74,5 +74,4 @@ share/pixmaps/bless-48x48.png
%%PORTDOCS%%@dirrm %%DOCSDIR%%/user/figures
%%PORTDOCS%%@dirrm %%DOCSDIR%%/user
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrm lib/bless

View file

@ -279,4 +279,3 @@ share/applications/codelite.desktop
@dirrm %%DATADIR%%/gdb_printers
@dirrm %%DATADIR%%/config
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -306,4 +306,3 @@ share/pixmaps/conglomerate/conglomerate-logo.png
@dirrm %%DATADIR%%/dispspecs
@dirrm %%DATADIR%%/css
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -28,10 +28,8 @@ do-install:
${MKDIR} ${VIMRUNTIME}/cream/${f}
${INSTALL_DATA} ${WRKSRC}/${f}/* ${VIMRUNTIME}/cream/${f}
.endfor
${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/cream.png ${WRKSRC}/cream.svg \
${PREFIX}/share/pixmaps
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/cream.desktop ${PREFIX}/share/applications
.if !defined(NOPORTDOCS)
.for f in docs docs-html

View file

@ -216,4 +216,3 @@ share/pixmaps/cream.svg
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs-html
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications

View file

@ -32,7 +32,6 @@ share/icons/hicolor/scalable/mimetypes/emacs-document.svg
@dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry share/applications
@unexec if [ ! -s /var/games/emacs/snake-scores ]; then rm -f /var/games/emacs/snake-scores; fi
@unexec if [ ! -s /var/games/emacs/tetris-scores ]; then rm -f /var/games/emacs/tetris-scores; fi
@unexec rmdir /var/games/emacs 2>/dev/null || true

View file

@ -32,7 +32,6 @@ share/icons/hicolor/scalable/mimetypes/emacs-document.svg
@dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry share/applications
@unexec if [ ! -s /var/games/emacs/snake-scores ]; then rm -f /var/games/emacs/snake-scores; fi
@unexec if [ ! -s /var/games/emacs/tetris-scores ]; then rm -f /var/games/emacs/tetris-scores; fi
@unexec rmdir /var/games/emacs 2>/dev/null || true

View file

@ -38,7 +38,6 @@ share/icons/hicolor/scalable/mimetypes/emacs-document.svg
@dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry share/applications
@unexec if [ ! -s /var/games/emacs/snake-scores ]; then rm -f /var/games/emacs/snake-scores; fi
@unexec if [ ! -s /var/games/emacs/tetris-scores ]; then rm -f /var/games/emacs/tetris-scores; fi
@unexec rmdir /var/games/emacs 2>/dev/null || true

View file

@ -55,6 +55,5 @@ FOX_LIBS+= `pkgconf fox17 --libs`
PLIST_FILES= bin/fxite \
share/pixmaps/fxite.xpm \
share/applications/fxite.desktop
PLIST_DIRSTRY= share/applications
.include <bsd.port.mk>

View file

@ -624,7 +624,6 @@ share/omf/gedit/gedit-zh_TW.omf
@dirrm share/gedit-2/icons
@dirrm share/gedit-2
@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrmtry libexec/gedit-2
%%PYTHON%%@dirrm lib/gedit-2/plugins/snippets
%%PYTHON%%@dirrm lib/gedit-2/plugins/quickopen

View file

@ -126,7 +126,6 @@ share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo
@dirrm share/gnome/help/ghex2/C
@dirrm share/gnome/help/ghex2
@dirrm include/gtkhex
@dirrmtry share/applications
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/oc/LC_MESSAGES

View file

@ -7,4 +7,3 @@ share/locale/ja/LC_MESSAGES/gmanedit.mo
share/locale/sv/LC_MESSAGES/gmanedit.mo
share/pixmaps/gmanedit.png
share/pixmaps/gmanedit_icon.png
@dirrmtry share/applications

View file

@ -3,4 +3,3 @@ share/applications/gphpedit.desktop
share/gphpedit/php-gphpedit.api
share/pixmaps/gphpedit.png
@dirrm share/gphpedit
@dirrmtry share/applications

View file

@ -35,4 +35,3 @@ lib/gummi/latex_dvi.sh
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%
@dirrm lib/gummi
@dirrm share/applications

View file

@ -52,6 +52,5 @@ share/applications/gwrite.desktop
share/locale/fr/LC_MESSAGES/gwrite.mo
share/locale/zh_CN/LC_MESSAGES/gwrite.mo
share/pixmaps/gwrite.png
@dirrmtry share/applications
@dirrm %%PYTHON_SITELIBDIR%%/gwrite/icons
@dirrm %%PYTHON_SITELIBDIR%%/gwrite

View file

@ -5040,4 +5040,3 @@ share/applications/komodo-ide-6.desktop
@dirrm %%DATADIR%%/lib
@dirrm %%DATADIR%%/bin
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -45,4 +45,3 @@ share/icons/hicolor/scalable/apps/leafpad.svg
%%NLS%%share/locale/zh_TW/LC_MESSAGES/leafpad.mo
share/pixmaps/leafpad.png
share/pixmaps/leafpad.xpm
@dirrmtry share/applications

View file

@ -47,7 +47,6 @@ share/pixmaps/madedit.xpm
%%DATADIR%%/syntax/syntax_x86asm.syn
%%DATADIR%%/syntax/syntax_xml.syn
share/applications/madedit.desktop
@dirrmtry share/applications
@dirrmtry %%DATADIR%%/syntax
@dirrmtry %%DATADIR%%
@dirrmtry share/locale/ja_JP/LC_MESSAGES

View file

@ -51,4 +51,3 @@ share/pixmaps/mined.xpm
@dirrm %%DATADIR%%/conf_user
@dirrm %%DATADIR%%/bin
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -63,4 +63,3 @@ share/locale/sr/LC_MESSAGES/mlview.mo
share/locale/sr@Latn/LC_MESSAGES/mlview.mo
share/locale/sv/LC_MESSAGES/mlview.mo
@dirrm share/mlview
@dirrmtry share/applications

View file

@ -311,7 +311,6 @@ post-install:
@${LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/${OOODIR}/share/xdg \
${DESKTOPDIR}/${EXECBASE}
@${ECHO_CMD} "share/applications/${EXECBASE}" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
@${PREFIX}/bin/update-desktop-database 2>/dev/null || ${TRUE}
@${ECHO_CMD} "@exec ${PREFIX}/bin/update-desktop-database 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
@for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \

View file

@ -325,7 +325,6 @@ post-install:
@${LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/${OOODIR}/share/xdg \
${DESKTOPDIR}/${EXECBASE}
@${ECHO_CMD} "share/applications/${EXECBASE}" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
@${PREFIX}/bin/update-desktop-database 2>/dev/null || ${TRUE}
@${ECHO_CMD} "@exec ${PREFIX}/bin/update-desktop-database 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
@for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \

View file

@ -325,7 +325,6 @@ post-install:
@${LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/${OOODIR}/share/xdg \
${DESKTOPDIR}/${EXECBASE}
@${ECHO_CMD} "share/applications/${EXECBASE}" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
@${PREFIX}/bin/update-desktop-database 2>/dev/null || ${TRUE}
@${ECHO_CMD} "@exec ${PREFIX}/bin/update-desktop-database 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
@for dir in `ls ${ICONS}/hicolor | ${GREP} -v CVS`; do \

View file

@ -172,4 +172,3 @@ share/pixmaps/poedit.png
@dirrmtry share/locale/ast
@dirrmtry share/locale/af_ZA/LC_MESSAGES
@dirrmtry share/locale/af_ZA
@dirrmtry share/applications

View file

@ -75,7 +75,6 @@ share/locale/tr/LC_MESSAGES/pyroom.mo
share/locale/zh_CN/LC_MESSAGES/pyroom.mo
share/locale/ku/LC_MESSAGES/pyroom.mo
share/locale/sco/LC_MESSAGES/pyroom.mo
@dirrmtry share/applications
@dirrmtry share/locale/sco/LC_MESSAGES
@dirrmtry share/locale/sco
@dirrmtry share/locale/ku/LC_MESSAGES

View file

@ -41,8 +41,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/../bin/SciTE ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/../doc/scite.1 ${MANPREFIX}/man/man1
@${MKDIR} ${PREFIX}/share/applications
@${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/SciTE.desktop ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/Sci48M.png ${PREFIX}/share/pixmaps
@${MKDIR} ${DATADIR}

View file

@ -78,4 +78,3 @@ share/pixmaps/Sci48M.png
%%DATADIR%%/vhdl.properties
%%DATADIR%%/yaml.properties
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -3967,7 +3967,6 @@ share/pixmaps/scribes.png
@dirrm share/gnome/help/scribes/C/figures
@dirrm share/gnome/help/scribes/C
@dirrm share/gnome/help/scribes
@dirrmtry share/applications
@dirrm lib/scribes/LanguagePlugins/zencoding/filters
@dirrm lib/scribes/LanguagePlugins/zencoding/GUI
@dirrm lib/scribes/LanguagePlugins/zencoding

View file

@ -123,4 +123,3 @@ share/texmaker/usermanual_fr.html
share/texmaker/usermanual_hu.html
share/texmaker/usermanual_ru.html
@dirrm share/texmaker
@dirrmtry share/applications

View file

@ -75,4 +75,3 @@ share/applications/texmakerx.desktop
%%DATADIR%%/en_US.aff
%%DATADIR%%/en_US.dic
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -10,5 +10,4 @@ share/sounds/keyany.wav
share/sounds/keyenter.wav
@dirrmtry share/sounds
@dirrmtry share/hunspell
@dirrmtry share/applications
@dirrm share/textroom

View file

@ -31,4 +31,3 @@ share/mime/packages/winefish.xml
@dirrm %%DATADIR%%
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@dirrmtry share/applications

View file

@ -165,7 +165,7 @@ post-install:
.endfor
.if !defined(WITHOUT_X11) && ${HAVE_GNOME:Mgnomehier}!=""
${INSTALL_DATA} ${WRKDIR}/xemacs.desktop \
${LOCALBASE}/share/applications
${PREFIX}/share/applications
.endif
# For some reason install no longer makes ${PREFIX}/lib/xemacs/site-lisp.
# Do what PLIST does for pkg_add.

View file

@ -1235,4 +1235,3 @@ lib/xemacs-%%XEMACS_VER%%/lisp/x-win-xfree86.elc
@dirrmtry lib/xemacs/site-lisp
@dirrmtry lib/xemacs/site-modules
@dirrmtry lib/xemacs
%%DESKTOP%%@dirrmtry share/applications

View file

@ -372,4 +372,3 @@ share/pixmaps/xmlcopyeditor.png
@dirrm %%DATADIR%%/catalog
@dirrm %%DATADIR%%
@dirrmtry share/pixmaps
@dirrmtry share/applications

View file

@ -260,5 +260,4 @@ share/pixmaps/vile.xpm
@dirrm %%DATADIR%%/macros
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrm lib/vile

View file

@ -460,7 +460,6 @@ share/pixmaps/zim.png
@dirrm share/icons/ubuntu-mono-dark/apps/22
@dirrm share/icons/ubuntu-mono-dark/apps
@dirrm share/icons/ubuntu-mono-dark
@dirrmtry share/applications
@dirrm %%PYTHON_SITELIBDIR%%/zim/stores
@dirrm %%PYTHON_SITELIBDIR%%/zim/plugins/versioncontrol
@dirrm %%PYTHON_SITELIBDIR%%/zim/plugins/linkmap

View file

@ -67,4 +67,3 @@ share/pixmaps/aqemu_64x64.png
@dirrm share/aqemu/os_templates
@dirrm share/aqemu/os_icons
@dirrm share/aqemu
@dirrmtry share/applications

View file

@ -15,7 +15,6 @@ share/locale/zh_TW/LC_MESSAGES/desmume.mo
share/pixmaps/DeSmuME.xpm
@dirrm %%DATADIR%%/glade
@dirrm %%DATADIR%%
@dirrmtry share/applications
@dirrmtry share/locale/zh_CN/LC_MESSAGES
@dirrmtry share/locale/zh_CN
@dirrmtry share/locale/zh_TW/LC_MESSAGES

View file

@ -129,7 +129,6 @@ post-install:
.endfor
@${MV} ${WRKSRC}/documentation/tech ${DOCSDIR}
.endif
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/fceux.desktop \
${PREFIX}/share/applications/fceux.desktop
@${INSTALL_DATA} ${WRKSRC}/fceux.png \

View file

@ -106,4 +106,3 @@ share/pixmaps/fceux.png
%%PORTDOCS%%@dirrm %%DOCSDIR%%/tech/cpu
%%PORTDOCS%%@dirrm %%DOCSDIR%%/tech
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications

View file

@ -35,4 +35,3 @@ share/doc/gxmame/html/includes/gxmame.css
@dirrm share/doc/gxmame/html/includes
@dirrm share/doc/gxmame/html
@dirrm share/doc/gxmame
@dirrmtry share/applications

View file

@ -61,6 +61,5 @@ share/pixmaps/hatari-icon.png
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
%%PORTDOCS%%@dirrm %%DOCSDIR%%/fr
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrmtry man/fr/man1
@dirrmtry man/fr

View file

@ -139,7 +139,6 @@ do-install:
${LN} -sf ${PREFIX}/lib/libananke.so.1 ${PREFIX}/lib/libananke.so
${INSTALL_PROGRAM} ${WRKSRC}/higan/out/higan ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/higan/data/higan.png ${PREFIX}/share/pixmaps/
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/higan/data/higan.desktop ${PREFIX}/share/applications/
${MKDIR} ${DATADIR}/Video\ Shaders
(cd ${WRKSRC}/higan/profile && ${COPYTREE_SHARE} \* ${DATADIR}/)

View file

@ -23,4 +23,3 @@ share/pixmaps/higan.png
@dirrm %%DATADIR%%/Game Boy Advance.sys
@dirrm %%DATADIR%%/Famicom.sys
@dirrm %%DATADIR%%
@dirrmtry share/applications

View file

@ -2156,7 +2156,6 @@ share/wine/wine.inf
@dirrm share/wine/fonts
@dirrm share/wine
@dirrm share/doc/wine
@dirrmtry share/applications
@dirrm lib32/wine/fakedlls
@dirrm lib32/wine
@dirrm lib32/.libGL/dri

View file

@ -1985,7 +1985,6 @@ share/wine/wine.inf
@dirrm share/wine/fonts
@dirrm share/wine
@dirrm share/doc/wine
@dirrmtry share/applications
@dirrm lib32/wine/fakedlls
@dirrm lib32/wine
@dirrm lib32/.libGL/dri

View file

@ -74,7 +74,6 @@ share/vmware-tools/scripts/vmware/network
@dirrmtry share/vmware-tools/scripts
@dirrmtry share/vmware-tools
@dirrmtry libdata/pkgconfig
%%X11%%@dirrmtry share/applications
@dirrm lib/open-vm-tools/plugins/common
@dirrm lib/open-vm-tools/plugins/vmsvc
%%X11%%@dirrm lib/open-vm-tools/plugins/vmusr

View file

@ -32,7 +32,6 @@ share/pcsxr/pcsxr.png
@dirrm share/pcsxr
share/pixmaps/pcsxr-icon.png
share/applications/pcsxr.desktop
@dirrmtry share/applications
lib/pcsxr/cfgBladeSio1
lib/pcsxr/cfgDFXVideo
lib/pcsxr/cfgpeopsxgl

View file

@ -11,7 +11,6 @@ share/locale/lt/LC_MESSAGES/qemu-launcher.mo
%%DATADIR%%/icons/hicolor/scalable/apps/qemu-launcher.svg
%%DATADIR%%/icons/hicolor/16x16/apps/qemu-launcher.png
%%DATADIR%%/icons/hicolor/48x48/apps/qemu-launcher.png
@dirrmtry share/applications/
@dirrm %%DATADIR%%/pixmaps/
@dirrm %%DATADIR%%/icons/hicolor/scalable/apps
@dirrm %%DATADIR%%/icons/hicolor/scalable/

View file

@ -31,4 +31,3 @@ share/pixmaps/raine.png
@dirrmtry %%DATADIR%%/artwork
@dirrm %%DATADIR%%/languages
@dirrmtry %%DATADIR%%
@dirrmtry share/applications

View file

@ -1,6 +1,5 @@
bin/snes9x-gtk
share/pixmaps/snes9x.svg
share/applications/snes9x.desktop
@dirrmtry share/applications
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

View file

@ -51,7 +51,6 @@ do-install:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "translations images" ${DATADIR})
${LN} -sf ${DATADIR}/images/swine32.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/resources/*.desktop ${PREFIX}/share/applications/
.if ${PORT_OPTIONS:MDOCS}

View file

@ -79,5 +79,4 @@ share/pixmaps/swine.png
@dirrm %%DATADIR%%/translations
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%
@dirrmtry share/applications
@dirrm lib/swine

View file

@ -65,4 +65,3 @@ share/tilem2/symbols/ti86.sym
@dirrm share/tilem2/icons/hicolor
@dirrm share/tilem2/icons
@dirrm share/tilem2
@dirrmtry share/applications

View file

@ -304,9 +304,7 @@ post-install:
@${FIND} ${PREFIX}/lib/virtualbox -type d -print0 | ${XARGS} -0 ${CHMOD} 755
.if ${PORT_OPTIONS:MQT4}
${MKDIR} ${PREFIX}/share/pixmaps/
${INSTALL_DATA} ${WRKSRC}/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_48px.png ${PREFIX}/share/pixmaps/VBox.png
${MKDIR} ${PREFIX}/share/applications/
${INSTALL_DATA} ${WRKSRC}/src/VBox/Installer/freebsd/virtualbox.desktop ${PREFIX}/share/applications/virtualbox.desktop
.endif
@${CAT} ${PKGMESSAGE}

View file

@ -617,7 +617,6 @@ include/virtualbox/xpcom/xpcom-config.h
@dirrm %%DATADIR%%/samples
@dirrm %%DATADIR%%/idl
@dirrm %%DATADIR%%
%%QT4%%@dirrmtry share/applications
@dirrm lib/virtualbox/components
%%GUESTADDITIONS%%@dirrm lib/virtualbox/additions
@dirrm lib/virtualbox

View file

@ -321,9 +321,7 @@ post-install:
@${FIND} ${PREFIX}/lib/virtualbox -type d -print0 | ${XARGS} -0 ${CHMOD} 755
.if ${PORT_OPTIONS:MQT4}
${MKDIR} ${PREFIX}/share/pixmaps/
${INSTALL_DATA} ${WRKSRC}/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_48px.png ${PREFIX}/share/pixmaps/VBox.png
${MKDIR} ${PREFIX}/share/applications/
${INSTALL_DATA} ${WRKSRC}/src/VBox/Installer/freebsd/virtualbox.desktop ${PREFIX}/share/applications/virtualbox.desktop
.endif
@${CAT} ${PKGMESSAGE}

View file

@ -629,7 +629,6 @@ include/virtualbox/xpcom/xpcom-config.h
@dirrm %%DATADIR%%/samples
@dirrm %%DATADIR%%/idl
@dirrmtry %%DATADIR%%
%%QT4%%@dirrmtry share/applications
@dirrm lib/virtualbox/components
%%GUESTADDITIONS%%@dirrm lib/virtualbox/additions
@dirrmtry lib/virtualbox

View file

@ -34,4 +34,3 @@ etc/vbam.cfg-example
%%GVBAM%%@dirrm share/icons/hicolor/16x16
%%GVBAM%%@dirrm share/icons/hicolor
%%GVBAM%%@dirrm share/icons
%%GVBAM%%@dirrm share/applications

Some files were not shown because too many files have changed in this diff Show more