aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-02 22:55:55 +0800
committermiwi <miwi@FreeBSD.org>2014-02-02 22:55:55 +0800
commit5c774e366b199d53acce506910a22313eebe8cbc (patch)
tree408748718453a08aab3ac1e82e4a930b6fbf3647 /misc
parentd8278572d999dba40c199f5e64c91ec3842f86f8 (diff)
downloadfreebsd-ports-gnome-5c774e366b199d53acce506910a22313eebe8cbc.tar.gz
freebsd-ports-gnome-5c774e366b199d53acce506910a22313eebe8cbc.tar.zst
freebsd-ports-gnome-5c774e366b199d53acce506910a22313eebe8cbc.zip
- Stage support
Diffstat (limited to 'misc')
-rw-r--r--misc/hicolor-icon-theme/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/hicolor-icon-theme/Makefile b/misc/hicolor-icon-theme/Makefile
index 2f9effc05c06..556897c6a0fc 100644
--- a/misc/hicolor-icon-theme/Makefile
+++ b/misc/hicolor-icon-theme/Makefile
@@ -28,7 +28,6 @@ STOCK_SUBS= chart code data form image io media navigation net object table text
SUB_LIST= ICON_SIZES="${ICON_SIZES}" ICON_CONTEXTS="${ICON_CONTEXTS}" \
STOCK_SUBS="${STOCK_SUBS}"
-NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-install:
@@ -66,10 +65,10 @@ post-install:
. for ctxt in ${ICON_CONTEXTS}
if [ "${ctxt}" = "stock" ] ; then \
for sub in ${STOCK_SUBS} ; do \
- ${TOUCH} ${PREFIX}/${ICON_DIR}/${dir}/${ctxt}/$${sub}/.keep_me ; \
+ ${TOUCH} ${STAGEDIR}${PREFIX}/${ICON_DIR}/${dir}/${ctxt}/$${sub}/.keep_me ; \
done ; \
fi
- ${TOUCH} ${PREFIX}/${ICON_DIR}/${dir}/${ctxt}/.keep_me
+ ${TOUCH} ${STAGEDIR}${PREFIX}/${ICON_DIR}/${dir}/${ctxt}/.keep_me
. endfor
.endfor