diff options
author | matusita <matusita@FreeBSD.org> | 2004-03-27 05:11:21 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-03-27 05:11:21 +0000 |
commit | a748f2d065600df571bcc786ce09614cda5911d4 (patch) | |
tree | 8a8ca500522d5f18b9684cfa9616f966d25f67e9 /mail/popfile/Makefile | |
parent | a556738d17fbb7d1fad58414ea845c9f54c14384 (diff) | |
download | FreeBSD-ports-a748f2d065600df571bcc786ce09614cda5911d4.zip FreeBSD-ports-a748f2d065600df571bcc786ce09614cda5911d4.tar.gz |
New features to popfile.sh startup script, including:
- The default working directory can be tweaked by user; if
POPFILE_USER variable is defined before, use it simply.
- If POPFILE_USER variable is not defined, the script default
is either ${HOME}/.popfile (old default) or /var/db/popfile
if ${HOME} variable is not defined or defined as null string.
- If ${POPFILE_USER} directory cannot be made, exit with error.
Most casual users shouldn't affect this change, however, the script
itself is changed, so bump PORTREVISION.
Inspired from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/14635
(in Japanese)
Diffstat (limited to 'mail/popfile/Makefile')
-rw-r--r-- | mail/popfile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popfile/Makefile b/mail/popfile/Makefile index 2ddca2c..3b9489c 100644 --- a/mail/popfile/Makefile +++ b/mail/popfile/Makefile @@ -7,7 +7,7 @@ PORTNAME= popfile PORTVERSION= 0.21.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |