diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-07 03:26:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-07 03:26:25 +0800 |
commit | 6b40e97f43ff8e93a19186443163219bd9c4d6b4 (patch) | |
tree | 8b899139bafcbf76fe2145c0b9c9dbcfaca3816c /x11-themes | |
parent | f1d42a11a76172f0d9ffe6b54ab430bacb6c7806 (diff) | |
download | freebsd-ports-gnome-6b40e97f43ff8e93a19186443163219bd9c4d6b4.tar.gz freebsd-ports-gnome-6b40e97f43ff8e93a19186443163219bd9c4d6b4.tar.zst freebsd-ports-gnome-6b40e97f43ff8e93a19186443163219bd9c4d6b4.zip |
Stage support
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-lila-theme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/gtk-lila-theme/Makefile b/x11-themes/gtk-lila-theme/Makefile index 2bfa8fb1ff22..1df89070c4b8 100644 --- a/x11-themes/gtk-lila-theme/Makefile +++ b/x11-themes/gtk-lila-theme/Makefile @@ -17,11 +17,10 @@ NO_BUILD= yes USE_BZIP2= yes USE_GNOME= gtk20 -NO_STAGE= yes .SILENT: do-install: - ${MKDIR} ${PREFIX}/share/themes - (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/share/themes) + ${MKDIR} ${STAGEDIR}${PREFIX}/share/themes + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes) .include <bsd.port.mk> |