diff options
-rw-r--r-- | x11-themes/murrine-configurator/Makefile | 7 | ||||
-rw-r--r-- | x11-themes/murrine-configurator/pkg-plist | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-themes/murrine-configurator/Makefile b/x11-themes/murrine-configurator/Makefile index 7573fa75d89..4c8414d3bda 100644 --- a/x11-themes/murrine-configurator/Makefile +++ b/x11-themes/murrine-configurator/Makefile @@ -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 diff --git a/x11-themes/murrine-configurator/pkg-plist b/x11-themes/murrine-configurator/pkg-plist new file mode 100644 index 00000000000..fca5f48b3e1 --- /dev/null +++ b/x11-themes/murrine-configurator/pkg-plist @@ -0,0 +1,5 @@ +bin/murrine-configurator +share/pixmaps/murrine-configurator.png +share/applications/murrine-configurator.desktop +@dirrmtry share/applications +@dirrmtry share/pixmaps |