diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-10-06 15:43:55 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-10-06 15:43:55 +0000 |
commit | 16e96c43f57bcd40a7fea3b87341c11b750034c3 (patch) | |
tree | 925181f99f5c8d4fd23c3dea844574780c790399 /x11-themes | |
parent | 1e7556e5f0da552611f553e46d11d1e2eb7f6ff2 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/linux-f10-hicolor-icon-theme/Makefile | 7 |
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> |