diff options
author | oliver <oliver@FreeBSD.org> | 2004-09-23 20:11:07 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-09-23 20:11:07 +0000 |
commit | 17632181a804ff1dd136a492012f6561fb6f0edc (patch) | |
tree | 9ff5135a498ba401de264332087a6bf48f4624c2 /mail/sqwebmail | |
parent | 378fc128290b02c44c87b18fe6c8d502417c6ced (diff) | |
download | FreeBSD-ports-17632181a804ff1dd136a492012f6561fb6f0edc.zip FreeBSD-ports-17632181a804ff1dd136a492012f6561fb6f0edc.tar.gz |
The comment in mal/sqwebmail/Makefile is talking about VCHKPW as
vpopmail's home. But the variable is named VCHKPWLOC, not VCHKPW.
Fix that...
Noted by: "R. Love" <roblove@zoominternet.net>
Approved by: portmgr (marcus)
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index e090946..a269c64 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -48,7 +48,7 @@ IMAGEURL?= ${WEBDATASUBDIR} # set WITH_TIMEOUTSOFT to something other than 1200 seconds (20m) # set WITHOUT_SENTRENAME to turn off periodic renaming of the Sent folder # set WITHOUT_IMAP if you don't use the Courier IMAP server -# set VCHKPW to the home of the vpopmail user, if necessary +# set VCHKPWLOC to the home of the vpopmail user, if necessary # # The following settings are in bytes: # set WITH_MAXMSGSIZE to max size of messages (including attachments) |