diff options
author | crees <crees@FreeBSD.org> | 2011-08-18 01:25:12 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-18 01:25:12 +0800 |
commit | a5fa21ad1d82a88845297dd4679f4568e3735169 (patch) | |
tree | 0f3dd9449e418a98147183b2e222fd608fa39117 /x11-themes | |
parent | 7e4ce30c92cf3c49dc8b0e34f3c2102fb39d323b (diff) | |
download | freebsd-ports-gnome-a5fa21ad1d82a88845297dd4679f4568e3735169.tar.gz freebsd-ports-gnome-a5fa21ad1d82a88845297dd4679f4568e3735169.tar.zst freebsd-ports-gnome-a5fa21ad1d82a88845297dd4679f4568e3735169.zip |
Stop copying the LICENSE file!
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icons/bsd.gnome-icons.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/gnome-icons/bsd.gnome-icons.mk b/x11-themes/gnome-icons/bsd.gnome-icons.mk index a79ca0ee2b2f..59dd7e408f52 100644 --- a/x11-themes/gnome-icons/bsd.gnome-icons.mk +++ b/x11-themes/gnome-icons/bsd.gnome-icons.mk @@ -25,5 +25,6 @@ icon-do-install: -exec ${MKDIR} -m 0755 \ ${PREFIX}/share/icons/"{}" \; cd ${WRKDIR} && ${FIND} * ! -type d ! -name 'plist' ! -name '*.bak' \ + ! -name '${LICENSE}' \ -exec ${INSTALL_DATA} ${WRKDIR}/"{}" \ ${PREFIX}/share/icons/"{}" \; |