diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:52:42 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:52:42 +0800 |
commit | 56bae8236290596dc943c6f22f5a01681b1ecc60 (patch) | |
tree | 976fee47701faeec68a76577ee73819200f6961f /x11-fonts | |
parent | 412914b25983ea0a7f6b9b715dc52629146ec834 (diff) | |
download | freebsd-ports-gnome-56bae8236290596dc943c6f22f5a01681b1ecc60.tar.gz freebsd-ports-gnome-56bae8236290596dc943c6f22f5a01681b1ecc60.tar.zst freebsd-ports-gnome-56bae8236290596dc943c6f22f5a01681b1ecc60.zip |
- Support staging
- Use WWW: with a single space
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/ecofont/Makefile | 9 | ||||
-rw-r--r-- | x11-fonts/ecofont/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/x11-fonts/ecofont/Makefile b/x11-fonts/ecofont/Makefile index 5a0ec71cba4a..f29ceaadf8f1 100644 --- a/x11-fonts/ecofont/Makefile +++ b/x11-fonts/ecofont/Makefile @@ -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> diff --git a/x11-fonts/ecofont/pkg-descr b/x11-fonts/ecofont/pkg-descr index b46c140f1ab5..97fb6f5c026d 100644 --- a/x11-fonts/ecofont/pkg-descr +++ b/x11-fonts/ecofont/pkg-descr @@ -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/ |