mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Use WWW: with a single space
This commit is contained in:
parent
50d94a2e32
commit
89a8b0bd9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348563
@ -25,13 +25,8 @@ SUB_FILES= pkg-message
|
||||
ECOFONT= ${DISTNAME}.ttf
|
||||
ECOFONTDIR= lib/X11/fonts/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${ECOFONTDIR}
|
||||
@${INSTALL_DATA} ${WRKDIR}/${ECOFONT} ${PREFIX}/${ECOFONTDIR}
|
||||
|
||||
post-install:
|
||||
@${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${ECOFONTDIR} > /dev/null
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${ECOFONTDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/${ECOFONT} ${STAGEDIR}${PREFIX}/${ECOFONTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,4 +3,4 @@ individual letters of the typeface. Ecofont claims to use up to 25% less ink,
|
||||
potentially saving larger institutions thousands of dollars every year without
|
||||
sacrificing legibility.
|
||||
|
||||
WWW: http://www.ecofont.com/
|
||||
WWW: http://www.ecofont.com/
|
||||
|
Loading…
Reference in New Issue
Block a user