aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-16 01:55:22 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-16 01:55:22 +0800
commite88213e43993bdf8613782da29b34a04ddb6ca2a (patch)
treeab49903d7e59de450eee369d703eac2979fff74b /x11-themes
parent69ae7747076ccc5d78dcaa7caff1f7956afcb7a0 (diff)
downloadfreebsd-ports-gnome-e88213e43993bdf8613782da29b34a04ddb6ca2a.tar.gz
freebsd-ports-gnome-e88213e43993bdf8613782da29b34a04ddb6ca2a.tar.zst
freebsd-ports-gnome-e88213e43993bdf8613782da29b34a04ddb6ca2a.zip
- Support STAGEDIR
PR: ports/183915 Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/metacity-themes/Makefile2
-rw-r--r--x11-themes/metacity-themes/Makefile.metacity6
-rw-r--r--x11-themes/metacity-themes/pkg-plist1
3 files changed, 4 insertions, 5 deletions
diff --git a/x11-themes/metacity-themes/Makefile b/x11-themes/metacity-themes/Makefile
index a81800c207e2..fcfb9fe24e14 100644
--- a/x11-themes/metacity-themes/Makefile
+++ b/x11-themes/metacity-themes/Makefile
@@ -18,8 +18,8 @@ COMMENT= Meta-port for Gnome Metacity themes
RUN_DEPENDS= ${LOCALBASE}/share/themes/microgui/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-microgui
NO_BUILD= yes
+NO_MTREE= yes
do-install: # Empty
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11-themes/metacity-themes/Makefile.metacity b/x11-themes/metacity-themes/Makefile.metacity
index dc1f664f5083..7d8bafbff8c3 100644
--- a/x11-themes/metacity-themes/Makefile.metacity
+++ b/x11-themes/metacity-themes/Makefile.metacity
@@ -9,10 +9,10 @@ REASON= Themes may contain artwork not done by the author. \
Keep FreeBSD safe if the theme author violated copyrights.
do-install:
- ${MKDIR} ${PREFIX}/share/themes/${PORTNAME}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}
cd ${WRKSRC} && ${FIND} . -type d ! -empty \
-exec ${MKDIR} -m 0755 \
- ${PREFIX}/share/themes/${PORTNAME}/"{}" \;
+ ${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \;
cd ${WRKSRC} && ${FIND} . -type f \
-exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
- ${PREFIX}/share/themes/${PORTNAME}/"{}" \;
+ ${STAGEDIR}${PREFIX}/share/themes/${PORTNAME}/"{}" \;
diff --git a/x11-themes/metacity-themes/pkg-plist b/x11-themes/metacity-themes/pkg-plist
deleted file mode 100644
index 3f5fa5c6670f..000000000000
--- a/x11-themes/metacity-themes/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment this plist left empty intentionaly