diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-25 10:43:52 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-25 10:43:52 +0800 |
commit | e60633930d126488ab36b970c1a168391a11b8c1 (patch) | |
tree | 0d280d03469d957975147738b7344e53ac20a476 /x11-themes | |
parent | 66dfd40ade9264d8e76b0fcf982fb948346841be (diff) | |
download | freebsd-ports-gnome-e60633930d126488ab36b970c1a168391a11b8c1.tar.gz freebsd-ports-gnome-e60633930d126488ab36b970c1a168391a11b8c1.tar.zst freebsd-ports-gnome-e60633930d126488ab36b970c1a168391a11b8c1.zip |
Create directories for desktop entry and icon.
Diffstat (limited to 'x11-themes')
-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 7573fa75d895..4c8414d3bda9 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 000000000000..fca5f48b3e15 --- /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 |