Add stage support for linux-f10-* ports maintained by emulation@
(category x11-themes).
This commit is contained in:
parent
1e7556e5f0
commit
16e96c43f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329597
1 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue