Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2017 17:04:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431285 - head/chinese/opendesktop-fonts
Message-ID:  <201701121704.v0CH4gSB065780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jan 12 17:04:42 2017
New Revision: 431285
URL: https://svnweb.freebsd.org/changeset/ports/431285

Log:
  - Add NO_ARCH
  - Always check OPSYS along with OSVERSION
  
  Approved by:	portmgr blanket

Modified:
  head/chinese/opendesktop-fonts/Makefile

Modified: head/chinese/opendesktop-fonts/Makefile
==============================================================================
--- head/chinese/opendesktop-fonts/Makefile	Thu Jan 12 17:04:15 2017	(r431284)
+++ head/chinese/opendesktop-fonts/Makefile	Thu Jan 12 17:04:42 2017	(r431285)
@@ -14,13 +14,14 @@ COMMENT=	Ming and Kai face of OpenDeskto
 CONFLICTS=	zh-fireflyttf-[0-9]*
 DIST_SUBDIR=	OpenFonts
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 TTF=		odokai-ExtB.ttf odokai.ttf odosung-ExtB.ttf odosung.ttc
 PLIST_FILES=	${FONTSDIR_REL}/local.conf-odo
 
 .include "${.CURDIR}/../ttfm/Makefile.ttf"
 
-.if ${OSVERSION} < 1100077
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077
 # chmod -R bug
 post-extract:
 	@${CHMOD} 0755 ${WRKSRC}/license



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