diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-13 01:04:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-13 01:04:42 +0800 |
commit | 692533a23f7f2607a9427753e4da7a7d74e67d00 (patch) | |
tree | a1f9ce4523b30ad66eee044b3581a7d49595b982 /chinese/opendesktop-fonts/Makefile | |
parent | 26ea553c659a8b149ab0c05107d7da860b4afcd7 (diff) | |
download | freebsd-ports-gnome-692533a23f7f2607a9427753e4da7a7d74e67d00.tar.gz freebsd-ports-gnome-692533a23f7f2607a9427753e4da7a7d74e67d00.tar.zst freebsd-ports-gnome-692533a23f7f2607a9427753e4da7a7d74e67d00.zip |
- Add NO_ARCH
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
Diffstat (limited to 'chinese/opendesktop-fonts/Makefile')
-rw-r--r-- | chinese/opendesktop-fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/opendesktop-fonts/Makefile b/chinese/opendesktop-fonts/Makefile index 640e1d643b42..48278011881b 100644 --- a/chinese/opendesktop-fonts/Makefile +++ b/chinese/opendesktop-fonts/Makefile @@ -14,13 +14,14 @@ COMMENT= Ming and Kai face of OpenDesktop fonts 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 |