diff options
-rw-r--r-- | x11-themes/mate-icon-theme-faenza/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/mate-icon-theme-faenza/Makefile b/x11-themes/mate-icon-theme-faenza/Makefile index 67acb3d4bfe9..6c062b1d8827 100644 --- a/x11-themes/mate-icon-theme-faenza/Makefile +++ b/x11-themes/mate-icon-theme-faenza/Makefile @@ -19,6 +19,6 @@ INSTALLS_ICONS= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons cd ${WRKSRC}; ${COPYTREE_SHARE} "matefaenza matefaenzadark matefaenzagray" \ - ${STAGEDIR}${PREFIX}/share/icons "-name '*[^~]'" + ${STAGEDIR}${PREFIX}/share/icons .include <bsd.port.mk> |