diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-02-08 02:33:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-02-08 02:33:07 +0000 |
commit | 63baa3e6ec4f388bba9055197987198cad944eb3 (patch) | |
tree | 047852d76c0fad3e0b3baf959a564cfe1aa35f3d /x11-themes | |
parent | acf83f6f63a72dbdfb8cee54d927d1ca964f3ffb (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kde-icons-noia/Makefile.icons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-noia/Makefile.icons index 1207eb898181..33ee75a675bf 100644 --- a/x11-themes/kde-icons-noia/Makefile.icons +++ b/x11-themes/kde-icons-noia/Makefile.icons @@ -86,7 +86,7 @@ generate-tmpplist: -e 's|^\.|@dirrm share/icons/${PORT_SHAREDIR:S/"//g}|' \ >> ${TMPPLIST} @${ECHO_CMD} \ - '@dirrmtry share/icons' >> ${TMPPLIST} + '@unexec rmdir %D/share/icons 2>/dev/null || true' >> ${TMPPLIST} # use generated installation scripts install-run-scripts: |