summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-15 00:39:13 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-15 00:39:13 +0800
commit2264cf16b30f49bda33ccaed24c4cd44a66b31de (patch)
tree171be537297b19ef1cefc98824abebc0d00de1d0
parent2f14e5197b004012ba8afafade6d5e097dda58b7 (diff)
downloadmarcuscom-ports-2264cf16b30f49bda33ccaed24c4cd44a66b31de.tar.gz
marcuscom-ports-2264cf16b30f49bda33ccaed24c4cd44a66b31de.tar.zst
marcuscom-ports-2264cf16b30f49bda33ccaed24c4cd44a66b31de.zip
Unbreak bsd.gnome.mk, got broken at r19860
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19872 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--Mk/bsd.gnome.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index bb7da0398..ea3f21bb5 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -899,7 +899,7 @@ gnome-post-install:
${ECHO_CMD} "@unexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \
>> ${TMPPLIST}; \
done
-.endif
+
@if test -f ${TMPPLIST}.icons1; then \
${CAT} ${TMPPLIST}.icons1 ${TMPPLIST} > ${TMPPLIST}.icons2; \
${RM} -f ${TMPPLIST}.icons1; \