mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix a typo. PKG_PREIFX -> PKG_PREFIX
Submitted by: Krzysztof Stryjek <wtp@mud.pl> on -ports
This commit is contained in:
parent
67bf66366d
commit
2b91f14a75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54278
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue