aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-cleanice-engine
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-06 18:59:56 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-06 18:59:56 +0000
commitdb1965a26a8af54aeaf12ad9b5f289c96a0d486c (patch)
treef21f9d84658d8939350816d7a1a42b101bdb8749 /x11-themes/gtk-cleanice-engine
parentc18fa49f1cae06eda954c5a7beca232339679d45 (diff)
downloadports-db1965a26a8af54aeaf12ad9b5f289c96a0d486c.tar.gz
ports-db1965a26a8af54aeaf12ad9b5f289c96a0d486c.zip
Stage support
Notes
Notes: svn path=/head/; revision=338921
Diffstat (limited to 'x11-themes/gtk-cleanice-engine')
-rw-r--r--x11-themes/gtk-cleanice-engine/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/x11-themes/gtk-cleanice-engine/Makefile b/x11-themes/gtk-cleanice-engine/Makefile
index d3df44d07d24..f4ee40fa1311 100644
--- a/x11-themes/gtk-cleanice-engine/Makefile
+++ b/x11-themes/gtk-cleanice-engine/Makefile
@@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${THEME}${EXTRACT_SUFX}:theme
MAINTAINER= ports@FreeBSD.org
-COMMENT= A simplistic GTK+ 2.x theme engine
+COMMENT= Simplistic GTK+ 2.x theme engine
USES= pathfix pkgconfig
USE_GNOME= gtk20
@@ -21,19 +21,18 @@ USE_AUTOTOOLS= libtool
THEME= cleanice-theme-1.2.7
THEMEDIR= ${WRKDIR}/${THEME}/Theme
-NO_STAGE= yes
post-install:
- @${MKDIR} ${PREFIX}/share/themes/CleanIce
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/CleanIce
${INSTALL_DATA} ${THEMEDIR}/cleanice/index.theme \
- ${PREFIX}/share/themes/CleanIce
- @${MKDIR} ${PREFIX}/share/themes/CleanIce/gtk-2.0
+ ${STAGEDIR}${PREFIX}/share/themes/CleanIce
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/CleanIce/gtk-2.0
${INSTALL_DATA} ${THEMEDIR}/cleanice/gtkrc \
- ${PREFIX}/share/themes/CleanIce/gtk-2.0
- @${MKDIR} ${PREFIX}/share/themes/CleanIce/metacity-1
+ ${STAGEDIR}${PREFIX}/share/themes/CleanIce/gtk-2.0
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/CleanIce/metacity-1
${INSTALL_DATA} ${THEMEDIR}/cleanice/metacity-theme-1.xml \
- ${PREFIX}/share/themes/CleanIce/metacity-1
- @${MKDIR} ${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
+ ${STAGEDIR}${PREFIX}/share/themes/CleanIce/metacity-1
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
${INSTALL_DATA} ${THEMEDIR}/cleanice-dark/gtkrc \
- ${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
+ ${STAGEDIR}${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
.include <bsd.port.mk>