svn commit: r536754 - head/x11-fonts/gohufont
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 28 09:32:49 UTC 2020
Author: amdmi3
Date: Thu May 28 09:32:48 2020
New Revision: 536754
URL: https://svnweb.freebsd.org/changeset/ports/536754
Log:
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket
Modified:
head/x11-fonts/gohufont/Makefile
head/x11-fonts/gohufont/pkg-descr
Modified: head/x11-fonts/gohufont/Makefile
==============================================================================
--- head/x11-fonts/gohufont/Makefile Thu May 28 09:05:00 2020 (r536753)
+++ head/x11-fonts/gohufont/Makefile Thu May 28 09:32:48 2020 (r536754)
@@ -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>
Modified: head/x11-fonts/gohufont/pkg-descr
==============================================================================
--- head/x11-fonts/gohufont/pkg-descr Thu May 28 09:05:00 2020 (r536753)
+++ head/x11-fonts/gohufont/pkg-descr Thu May 28 09:32:48 2020 (r536754)
@@ -6,4 +6,4 @@ The small 11 px version is perfect for laptops and net
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/
More information about the svn-ports-all
mailing list