Fix PR pkg/47175
Add missing {.
This commit is contained in:
parent
d72a009a2d
commit
0e37c565f7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2012/11/09 15:37:36 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2012/11/10 10:11:59 ryoon Exp $
|
||||
#
|
||||
|
||||
IPAEXVER= 00201
|
||||
|
@ -29,7 +29,7 @@ FONTS_DIRS.ttf= ${FONTDIR}
|
|||
INSTALL_FONTS= ipaexg.ttf \
|
||||
ipaexm.ttf
|
||||
INSTALL_DOCS= IPA_Font_License_Agreement_v1.0.txt \
|
||||
Readme_IPAexfont$IPAEXVER}.txt
|
||||
Readme_IPAexfont${IPAEXVER}.txt
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
Loading…
Reference in a new issue