diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 22:47:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-07 22:47:14 +0000 |
commit | 2dc695434e3f62e8fc44d877c9c23c433c2dc36b (patch) | |
tree | af67cc35f914fa9a39234fc9d5c6143533366f2a /x11-themes/gtk-murrina-fancy-clearlooks/Makefile | |
parent | f06efcbd458f501e5272308337345d09e290d1c9 (diff) |
Notes
Diffstat (limited to 'x11-themes/gtk-murrina-fancy-clearlooks/Makefile')
-rw-r--r-- | x11-themes/gtk-murrina-fancy-clearlooks/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-themes/gtk-murrina-fancy-clearlooks/Makefile b/x11-themes/gtk-murrina-fancy-clearlooks/Makefile index 0879dc02c42a..7c7061302764 100644 --- a/x11-themes/gtk-murrina-fancy-clearlooks/Makefile +++ b/x11-themes/gtk-murrina-fancy-clearlooks/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk-murrina-fancy-clearlooks -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= x11-themes MASTER_SITES= http://home.planet.nl/~bassa052/themes/ DISTNAME= MurrinaFancyClearlooks_v${PORTVERSION} @@ -17,15 +17,16 @@ COMMENT= Murrine fancy clearlooks themes pack BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine -WRKSRC= ${WRKDIR}/MurrinaFancyClearlooks/ +WRKSRC= ${WRKDIR}/MurrinaFancyClearlooks USE_GNOME= gtk20 NO_BUILD= yes do-install: @(cd ${WRKSRC} && for theme in *; do \ ${MKDIR} ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ - ${INSTALL_DATA} ${WRKSRC}/$$theme/gtk-2.0/gtkrc ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ - ${INSTALL_DATA} ${WRKSRC}/$$theme/gtk-2.0/panel_bg.png ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ - done); + cd ${WRKSRC}/$$theme/gtk-2.0/ && for file in *; do\ + ${INSTALL_DATA} ${WRKSRC}/$$theme/gtk-2.0/$$file ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \ + done\ + done;) .include <bsd.port.mk> |