aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-27 09:23:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-27 09:23:58 +0000
commit3c8991f9539477632ff0fbcb2a40e36e4275b9f0 (patch)
treed939c62dc6531fd4f6b683a276fef762791e9918 /x11-themes
parent6226549f27a1adb4a6d0c5f785acc8898a346d04 (diff)
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-aqualightblue-theme/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/gtk-aqualightblue-theme/Makefile b/x11-themes/gtk-aqualightblue-theme/Makefile
index c05d3eb53ce6..b1a43e864e41 100644
--- a/x11-themes/gtk-aqualightblue-theme/Makefile
+++ b/x11-themes/gtk-aqualightblue-theme/Makefile
@@ -17,10 +17,9 @@ WRKSRC= ${WRKDIR}/AquaLightBlue
NO_BUILD= yes
USE_GNOME= gtk20
-NO_STAGE= yes
do-install:
- ${MKDIR} ${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
${FIND} ${WRKSRC}/gtk -type f | ${XARGS} -J % ${INSTALL_DATA} \
- % ${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
+ % ${STAGEDIR}${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
.include <bsd.port.mk>