1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Create directories for desktop entry and icon.

This commit is contained in:
Tom McLaughlin 2006-11-25 02:43:52 +00:00
parent 0cadcadfa9
commit cd320c9b16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178009
2 changed files with 8 additions and 4 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= murrine-configurator
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://cimi.netsons.org/media/download_gallery/murrine/
DISTNAME= murrine-configurator-${PORTVERSION}
@ -22,14 +23,12 @@ NO_BUILD= yes
USE_BZIP2= yes
USE_GNOME= gtk20
PLIST_FILES= bin/murrine-configurator \
share/pixmaps/murrine-configurator.png \
share/applications/murrine-configurator.desktop
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/pixmaps || ${TRUE}
@${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.png \
${PREFIX}/share/pixmaps
${MKDIR} ${PREFIX}/share/applications || ${TRUE}
@${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.desktop \
${PREFIX}/share/applications

View File

@ -0,0 +1,5 @@
bin/murrine-configurator
share/pixmaps/murrine-configurator.png
share/applications/murrine-configurator.desktop
@dirrmtry share/applications
@dirrmtry share/pixmaps