diff options
author | pst <pst@FreeBSD.org> | 1996-06-23 02:24:51 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-06-23 02:24:51 +0800 |
commit | 1b601a1115e8a88e05778bd3bfbf0e4220956c77 (patch) | |
tree | fb77f8f77c78680fe9ba830e0fb4f28cb983046c /mail/popper/files | |
parent | 88d3a8d36a42b5d9cc4dccdf88e33584ef532d05 (diff) | |
download | freebsd-ports-gnome-1b601a1115e8a88e05778bd3bfbf0e4220956c77.tar.gz freebsd-ports-gnome-1b601a1115e8a88e05778bd3bfbf0e4220956c77.tar.zst freebsd-ports-gnome-1b601a1115e8a88e05778bd3bfbf0e4220956c77.zip |
Add scripts/pre-install to request POP userid creation.
Move pop.auth database to ${PREFIX}/etc/popper/pop.auth so that it
(a) does not conflict with MH's pop3 database of same name, and (b)
so that ${PREFIX}/etc/popper directory can be owned by pop uid so
that popauth -init always works.
This should cover the last nits regarding this port.
Requested by: asami
Diffstat (limited to 'mail/popper/files')
-rw-r--r-- | mail/popper/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popper/files/patch-aa b/mail/popper/files/patch-aa index c44898c301aa..729da1a2e622 100644 --- a/mail/popper/files/patch-aa +++ b/mail/popper/files/patch-aa @@ -63,7 +63,7 @@ ! .endif # if you want APOP support, uncomment the next line -! CFLAGS+=-DAPOP=\"${PREFIX}/etc/pop.auth\" -DPOPUID=\"pop\" +! CFLAGS+=-DAPOP=\"${PREFIX}/etc/popper/pop.auth\" -DPOPUID=\"pop\" # if you want RPOP support, uncomment the next line ! # CFLAGS+=-DRPOP |