svn commit: r496751 - head/x11-fonts/crosextrafonts-caladea-ttf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 24 14:33:27 UTC 2019


Author: sunpoet
Date: Sun Mar 24 14:33:22 2019
New Revision: 496751
URL: https://svnweb.freebsd.org/changeset/ports/496751

Log:
  Update MASTER_SITES
  
  - Add NO_ARCH

Modified:
  head/x11-fonts/crosextrafonts-caladea-ttf/Makefile

Modified: head/x11-fonts/crosextrafonts-caladea-ttf/Makefile
==============================================================================
--- head/x11-fonts/crosextrafonts-caladea-ttf/Makefile	Sun Mar 24 14:33:17 2019	(r496750)
+++ head/x11-fonts/crosextrafonts-caladea-ttf/Makefile	Sun Mar 24 14:33:22 2019	(r496751)
@@ -4,7 +4,7 @@ PORTNAME=	crosextrafonts
 PORTVERSION=	20130214
 PORTREVISION=	2
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://gsdview.appspot.com/chromeos-localmirror/distfiles/
+MASTER_SITES=	https://gsdview.appspot.com/chromeos-localmirror/distfiles/
 PKGNAMESUFFIX=	-caladea
 
 MAINTAINER=	office at FreeBSD.org
@@ -15,13 +15,15 @@ LICENSE=	APACHE20
 USES=		fonts
 USE_XORG=	x11
 
-SUB_FILES=	pkg-message
+NO_ARCH=	yes
 NO_BUILD=	yes
 
+SUB_FILES=	pkg-message
+
 FONTNAME=	Caladea
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list