diff options
Diffstat (limited to 'x11-themes/gnome-icons/bsd.gnome-icons.mk')
-rw-r--r-- | x11-themes/gnome-icons/bsd.gnome-icons.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/x11-themes/gnome-icons/bsd.gnome-icons.mk b/x11-themes/gnome-icons/bsd.gnome-icons.mk index 59dd7e408f52..e569008522ca 100644 --- a/x11-themes/gnome-icons/bsd.gnome-icons.mk +++ b/x11-themes/gnome-icons/bsd.gnome-icons.mk @@ -1,12 +1,5 @@ -# New ports collection makefile for: Gnome iconset -# Date created: 29 Feb 2004 # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# # $FreeBSD$ -# - -# Port logic gratuitously stolen from x11-themes/kde-icons-noia by -# lioux@. PKGNAMEPREFIX= gnome-icons- @@ -23,8 +16,8 @@ do-install: icon-do-install icon-do-install: cd ${WRKDIR} && ${FIND} * -type d ! -empty \ -exec ${MKDIR} -m 0755 \ - ${PREFIX}/share/icons/"{}" \; + ${STAGEDIR}${PREFIX}/share/icons/"{}" \; cd ${WRKDIR} && ${FIND} * ! -type d ! -name 'plist' ! -name '*.bak' \ ! -name '${LICENSE}' \ -exec ${INSTALL_DATA} ${WRKDIR}/"{}" \ - ${PREFIX}/share/icons/"{}" \; + ${STAGEDIR}${PREFIX}/share/icons/"{}" \; |