summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-16 19:35:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-16 19:35:26 +0000
commited40691ccf0738d92ab7ffb1221574abe2b01b61 (patch)
tree62500a280927ed04540cd931e55adf50373b88e2 /x11-themes
parentAdd vinagre, a VNC viewer for the GNOME Desktop. (diff)
- Unbreak
- Fix build Submitted by: Fusselbaer (via BSDGroup) Approved by: novel (maintainer)
Notes
Notes: svn path=/head/; revision=203868
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fluxbox-sid-pack/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/x11-themes/fluxbox-sid-pack/Makefile b/x11-themes/fluxbox-sid-pack/Makefile
index 923cc68553af..5fc40f76557c 100644
--- a/x11-themes/fluxbox-sid-pack/Makefile
+++ b/x11-themes/fluxbox-sid-pack/Makefile
@@ -17,18 +17,23 @@ COMMENT= Sid themes pack for fluxbox
RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox
-BROKEN= Changes ownership on installed file
+INSTALL_DIR= ${LOCALBASE}/share/fluxbox/
USE_BZIP2= yes
USE_XLIB= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
-do-install:
+do-patch:
.for i in aleczapka_combination.tar.bz2 aleczapka_digitalshe.tar.bz2 \
aleczapka_fluxcarnation.tar.bz2 aleczapka_minime.tar.bz2 \
aleczapka_posthuman.tar.bz2
- @${TAR} jxvf ${WRKDIR}/${i} -C ${PREFIX}/share/fluxbox/
+ ${TAR} jxvf ${WRKDIR}/${i} -C ${WRKDIR}
.endfor
+do-install:
+ @${MKDIR} ${INSTALL_DIR}
+ cd ${WRKSRC}/styles; ${COPYTREE_SHARE} \* ${INSTALL_DIR}/styles
+ cd ${WRKSRC}/backgrounds; ${COPYTREE_SHARE} \* ${INSTALL_DIR}/backgrounds
+
.include <bsd.port.mk>