Fix a typo to make pkg-message be displayed properly when
a localized version is installed. Approved by: portmgr (krion)
This commit is contained in:
parent
57486a5c26
commit
938f76f239
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157063
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ do-install:
|
|||
${CHMOD} 0 ${INSTALLDIR}/Reader/intellinux/plug_ins/PPKLite.api
|
||||
${BRANDELF} -t Linux ${INSTALLDIR}/Reader/intellinux/bin/acroread
|
||||
|
||||
.if ${ADOBE_LANG:U} == ENU
|
||||
.if ${ADOBE_LANG:U} != ENU
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue