svn commit: r341362 - head/x11-themes/gnome-icons

Martin Wilke miwi at FreeBSD.org
Mon Jan 27 09:49:42 UTC 2014


Author: miwi
Date: Mon Jan 27 09:49:41 2014
New Revision: 341362
URL: http://svnweb.freebsd.org/changeset/ports/341362
QAT: https://qat.redports.org/buildarchive/r341362/

Log:
  - Stage support
  - While here trim header

Modified:
  head/x11-themes/gnome-icons/bsd.gnome-icons.mk

Modified: head/x11-themes/gnome-icons/bsd.gnome-icons.mk
==============================================================================
--- head/x11-themes/gnome-icons/bsd.gnome-icons.mk	Mon Jan 27 09:44:39 2014	(r341361)
+++ head/x11-themes/gnome-icons/bsd.gnome-icons.mk	Mon Jan 27 09:49:41 2014	(r341362)
@@ -1,12 +1,5 @@
-# New ports collection makefile for:	Gnome iconset
-# Date created:				29 Feb 2004
 # Whom:					Tom McLaughlin <tmclaugh at sdf.lonestar.org>
-#
 # $FreeBSD$
-#
-
-# Port logic gratuitously stolen from x11-themes/kde-icons-noia by
-# lioux at .
 
 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/"{}" \;


More information about the svn-ports-all mailing list