mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add stage support for linux-f10-* ports maintained by emulation@
(category x11-fonts).
This commit is contained in:
parent
afb995a63a
commit
1e7556e5f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329596
@ -9,7 +9,7 @@ PKGNAMEPREFIX= linux-f10-
|
|||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
||||||
|
|
||||||
MAINTAINER= emulation@FreeBSD.org
|
MAINTAINER= emulation@FreeBSD.org
|
||||||
COMMENT= An XML-based font configuration API for X Windows (Linux Fedora 10)
|
COMMENT= XML-based font configuration API for X Windows (Linux Fedora 10)
|
||||||
|
|
||||||
CONFLICTS= linux-fontconfig-[0-9]* linux-f8-fontconfig-[0-9]*
|
CONFLICTS= linux-fontconfig-[0-9]* linux-f8-fontconfig-[0-9]*
|
||||||
|
|
||||||
@ -23,14 +23,14 @@ USE_LDCONFIG= yes
|
|||||||
|
|
||||||
# We will use some other configuration file, so delete a linux one
|
# We will use some other configuration file, so delete a linux one
|
||||||
# Don't let the linux fc-cache mess up the native cache file
|
# Don't let the linux fc-cache mess up the native cache file
|
||||||
NO_STAGE= yes
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \
|
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts ${WRKSRC}/var \
|
||||||
${WRKSRC}/usr/bin/fc-cache \
|
${WRKSRC}/usr/bin/fc-cache \
|
||||||
${WRKSRC}/usr/share/man/man1/fc-cache.1.gz
|
${WRKSRC}/usr/share/man/man1/fc-cache.1.gz
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${LN} -s ${LOCALBASE}/etc/fonts ${PREFIX}/etc/
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc
|
||||||
|
@${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/
|
||||||
|
|
||||||
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user