aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2002-02-07 09:03:48 +0800
committerjim <jim@FreeBSD.org>2002-02-07 09:03:48 +0800
commitfa2c3c042db79f64405c1d09736df86fd2dd75db (patch)
tree32983f73cca0701515c124dc51233a01a5b8593f /mail
parenta7bd54335249fdfdda0539359f5965743442319d (diff)
downloadfreebsd-ports-gnome-fa2c3c042db79f64405c1d09736df86fd2dd75db.tar.gz
freebsd-ports-gnome-fa2c3c042db79f64405c1d09736df86fd2dd75db.tar.zst
freebsd-ports-gnome-fa2c3c042db79f64405c1d09736df86fd2dd75db.zip
Fix a typo. PKG_PREIFX -> PKG_PREFIX
Submitted by: Krzysztof Stryjek <wtp@mud.pl> on -ports
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus/pkg-deinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus/pkg-deinstall b/mail/cyrus/pkg-deinstall
index ed567ca504b0..db951d391314 100644
--- a/mail/cyrus/pkg-deinstall
+++ b/mail/cyrus/pkg-deinstall
@@ -39,7 +39,7 @@ case $2 in
DEINSTALL)
cd ${PKG_PREFIX}
cyrus_conf
- checkfile ${PKG_PREIFX}/etc/imapd.conf
+ checkfile ${PKG_PREFIX}/etc/imapd.conf
;;
POST-DEINSTALL)
;;