diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-08-17 17:25:12 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-08-17 17:25:12 +0000 |
commit | 9b10d30e39b33fa4adafcc2a12a3f3608db6a9ac (patch) | |
tree | 80fb7cbd29937e0fbee0c4747a15b9b246991e90 /x11-themes/gnome-icons | |
parent | 20f58235a4494a957921e11a38133b365240dbb8 (diff) | |
download | ports-9b10d30e39b33fa4adafcc2a12a3f3608db6a9ac.tar.gz ports-9b10d30e39b33fa4adafcc2a12a3f3608db6a9ac.zip |
Stop copying the LICENSE file!
Notes
Notes:
svn path=/head/; revision=279917
Diffstat (limited to 'x11-themes/gnome-icons')
-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/"{}" \; |