Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 14:33:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496751 - head/x11-fonts/crosextrafonts-caladea-ttf
Message-ID:  <201903241433.x2OEXMs7077812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241433.x2OEXMs7077812>