summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-10-06 15:43:55 +0000
committerRene Ladan <rene@FreeBSD.org>2013-10-06 15:43:55 +0000
commit16e96c43f57bcd40a7fea3b87341c11b750034c3 (patch)
tree925181f99f5c8d4fd23c3dea844574780c790399 /x11-themes
parentAdd stage support for linux-f10-* ports maintained by emulation@ (diff)
Add stage support for linux-f10-* ports maintained by emulation@
(category x11-themes).
Notes
Notes: svn path=/head/; revision=329597
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/linux-f10-hicolor-icon-theme/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/linux-f10-hicolor-icon-theme/Makefile b/x11-themes/linux-f10-hicolor-icon-theme/Makefile
index 733f14d7d405..6501da34019c 100644
--- a/x11-themes/linux-f10-hicolor-icon-theme/Makefile
+++ b/x11-themes/linux-f10-hicolor-icon-theme/Makefile
@@ -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>