diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-23 16:01:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-23 16:01:35 +0800 |
commit | ed7c3bb6e21ad507db350c9c92d93b9d88f8973e (patch) | |
tree | 647192db9a951281619645176d2f20855f78134a /x11-themes | |
parent | 250770ff9835dfc6d008e7597cc0f917674acfe0 (diff) | |
download | freebsd-ports-gnome-ed7c3bb6e21ad507db350c9c92d93b9d88f8973e.tar.gz freebsd-ports-gnome-ed7c3bb6e21ad507db350c9c92d93b9d88f8973e.tar.zst freebsd-ports-gnome-ed7c3bb6e21ad507db350c9c92d93b9d88f8973e.zip |
Fix packaging
Diffstat (limited to 'x11-themes')
-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> |