diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-05-28 09:32:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-05-28 09:32:48 +0000 |
commit | 21d698e1aaa17656ce92ecd8698af7f89eb24465 (patch) | |
tree | 50b889062f91b4be821746a1c6d8dd8d556b9aae /x11-fonts/gohufont | |
parent | 71e5911cd0c2e7587f31d9663bafc508051316fc (diff) | |
download | freebsd-ports-21d698e1aaa17656ce92ecd8698af7f89eb24465.zip |
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'x11-fonts/gohufont')
-rw-r--r-- | x11-fonts/gohufont/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/gohufont/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/gohufont/Makefile b/x11-fonts/gohufont/Makefile index 777bbd49a283..e5ef4e4b1c0c 100644 --- a/x11-fonts/gohufont/Makefile +++ b/x11-fonts/gohufont/Makefile @@ -14,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING-LICENSE USES= fonts NO_BUILD= yes +NO_ARCH= yes do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${STAGEDIR}${FONTSDIR} .include <bsd.port.mk> diff --git a/x11-fonts/gohufont/pkg-descr b/x11-fonts/gohufont/pkg-descr index 4858db2f757a..608de8fd4e96 100644 --- a/x11-fonts/gohufont/pkg-descr +++ b/x11-fonts/gohufont/pkg-descr @@ -6,4 +6,4 @@ The small 11 px version is perfect for laptops and netbooks as it enables to fit more text into their small screens. The 14 px is ideal for desktop screens where you sit farther away from it and the 11 px would be too small. -WWW: http://font.gohu.org/ +WWW: https://font.gohu.org/ |