Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 15:43:56 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329597 - head/x11-themes/linux-f10-hicolor-icon-theme
Message-ID:  <201310061543.r96Fhudc032766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Oct  6 15:43:55 2013
New Revision: 329597
URL: http://svnweb.freebsd.org/changeset/ports/329597

Log:
  Add stage support for linux-f10-* ports maintained by emulation@
  (category x11-themes).

Modified:
  head/x11-themes/linux-f10-hicolor-icon-theme/Makefile

Modified: head/x11-themes/linux-f10-hicolor-icon-theme/Makefile
==============================================================================
--- head/x11-themes/linux-f10-hicolor-icon-theme/Makefile	Sun Oct  6 15:40:51 2013	(r329596)
+++ head/x11-themes/linux-f10-hicolor-icon-theme/Makefile	Sun Oct  6 15:43:55 2013	(r329597)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	linux-f10-
 DISTFILES=	# empty
 
 MAINTAINER=	emulation@FreeBSD.org
-COMMENT=	A high-color icon theme shell from the FreeDesktop project
+COMMENT=	High-color icon theme shell from the FreeDesktop project
 
 CONFLICTS=	linux-hicolor-icon-theme-[0-9]* linux-f8-hicolor-icon-theme-[0-9]*
 
@@ -20,9 +20,8 @@ USE_LINUX=	yes
 USE_LINUX_PREFIX=	yes
 PLIST_FILES=	usr/share/icons/hicolor
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL} -d ${PREFIX}/usr/share/icons
-	${LN} -fs ${LOCALBASE}/share/icons/hicolor ${PREFIX}/usr/share/icons
+	${INSTALL} -d ${STAGEDIR}${PREFIX}/usr/share/icons
+	${LN} -fs ${LOCALBASE}/share/icons/hicolor ${STAGEDIR}${PREFIX}/usr/share/icons
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310061543.r96Fhudc032766>