svn commit: r431285 - head/chinese/opendesktop-fonts

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 12 17:04:43 UTC 2017


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


More information about the svn-ports-all mailing list