diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2006-03-11 19:43:09 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2006-03-11 19:43:09 +0000 |
commit | 938f76f239d06642c076d8a64ee84031a04696b5 (patch) | |
tree | eed64a0a174dd797f9bc719497fd1fd700ed2572 /print | |
parent | 57486a5c26920bcf5801481e35faf37a23d10862 (diff) |
Fix a typo to make pkg-message be displayed properly when
a localized version is installed.
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=157063
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index 9acfb10e18e9..c0c98aae33ce 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -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 |