diff options
author | hrs <hrs@FreeBSD.org> | 2006-03-12 03:43:09 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-03-12 03:43:09 +0800 |
commit | 7729d58f695de26df13fb559429a93f1c0df21ea (patch) | |
tree | 9867b96c1e0216c28cd5ec4c17cfd6d707a317b3 /print | |
parent | 6c4fa53859de90b2bf1bd66219b1462c1ee18288 (diff) | |
download | freebsd-ports-gnome-7729d58f695de26df13fb559429a93f1c0df21ea.tar.gz freebsd-ports-gnome-7729d58f695de26df13fb559429a93f1c0df21ea.tar.zst freebsd-ports-gnome-7729d58f695de26df13fb559429a93f1c0df21ea.zip |
Fix a typo to make pkg-message be displayed properly when
a localized version is installed.
Approved by: portmgr (krion)
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 |