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:
Hiroki Sato 2006-03-11 19:43:09 +00:00
parent 57486a5c26
commit 938f76f239
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157063

View file

@ -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