diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-27 20:58:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-27 20:58:43 +0800 |
commit | 371d0a7acf26e4ebe204098571c94b3c0651cb87 (patch) | |
tree | fabb29bbed13b49ed3e49d4a040501519de86b2e | |
parent | 3c9d04c57ad5a77e3191538505040f77cf35118c (diff) | |
download | freebsd-ports-gnome-371d0a7acf26e4ebe204098571c94b3c0651cb87.tar.gz freebsd-ports-gnome-371d0a7acf26e4ebe204098571c94b3c0651cb87.tar.zst freebsd-ports-gnome-371d0a7acf26e4ebe204098571c94b3c0651cb87.zip |
- Stage support
-rw-r--r-- | x11-themes/icons-human-azul/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/icons-human-azul/Makefile b/x11-themes/icons-human-azul/Makefile index 887c4a64e2ca..650aa14bcb18 100644 --- a/x11-themes/icons-human-azul/Makefile +++ b/x11-themes/icons-human-azul/Makefile @@ -14,9 +14,8 @@ COMMENT= A set of icons from the Ubuntu human look NO_BUILD= yes WRKSRC= ${WRKDIR}/HumanAzul -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/share/icons/HumanAzul - @${CP} -rip ${WRKSRC} ${PREFIX}/share/icons/ + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/HumanAzul + @${CP} -rip ${WRKSRC} ${STAGEDIR}${PREFIX}/share/icons/ .include <bsd.port.mk> |