aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2006-03-12 03:43:09 +0800
committerhrs <hrs@FreeBSD.org>2006-03-12 03:43:09 +0800
commit7729d58f695de26df13fb559429a93f1c0df21ea (patch)
tree9867b96c1e0216c28cd5ec4c17cfd6d707a317b3 /print
parent6c4fa53859de90b2bf1bd66219b1462c1ee18288 (diff)
downloadfreebsd-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/Makefile2
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