- Add NO_ARCH
- Always check OPSYS along with OSVERSION Approved by: portmgr blanket
This commit is contained in:
parent
3de6aa8d70
commit
45c68f6993
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431285
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user