diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-27 09:49:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-27 09:49:41 +0000 |
commit | cfc65da34dfe0319fac6707521486fdce7559031 (patch) | |
tree | 2bedb1c6cdee8f80ae5a4075eb0562c00fb55fe0 /x11-themes | |
parent | 92eb84aad3241b6ed3c364e108bc2ed9d710c0a7 (diff) | |
download | ports-cfc65da34dfe0319fac6707521486fdce7559031.tar.gz ports-cfc65da34dfe0319fac6707521486fdce7559031.zip |
Notes
Diffstat (limited to 'x11-themes')
-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/"{}" \; |