aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2006-11-25 02:43:52 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2006-11-25 02:43:52 +0000
commitcd320c9b1661b2e69a174cd2cd342e1c9ee1628e (patch)
tree106b04c6855b1199531b22a62d4e86309e24fbb5 /x11-themes
parent0cadcadfa9776d98080723600d4b906b582b5cb2 (diff)
downloadports-cd320c9b1661b2e69a174cd2cd342e1c9ee1628e.tar.gz
ports-cd320c9b1661b2e69a174cd2cd342e1c9ee1628e.zip
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/murrine-configurator/Makefile7
-rw-r--r--x11-themes/murrine-configurator/pkg-plist5
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