diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-09-29 02:46:27 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-09-29 02:46:27 +0800 |
commit | b273aeed2c2eb075de150b5f56d42b86d19d1963 (patch) | |
tree | a29f609e74e43ec01378e808965b38215c5a35e8 /databases/courier-authlib-pgsql | |
parent | 956c47ab8b2bfa5f531914a8bca01f2deb20de2b (diff) | |
download | freebsd-ports-gnome-b273aeed2c2eb075de150b5f56d42b86d19d1963.tar.gz freebsd-ports-gnome-b273aeed2c2eb075de150b5f56d42b86d19d1963.tar.zst freebsd-ports-gnome-b273aeed2c2eb075de150b5f56d42b86d19d1963.zip |
Make courier-autlib ports run the sysconftool on installation, as
suggested by upstream, like courier-imap port does.
The sample files are renamed to ".dist" because that is the name
the tool expects.
Also added a note to UPDATING to warn users about the sysconftool
expecting the comments not to be removed.
While here convert to localbase.
Suggested by: Doug McIntyre <merlyn at iphouse.net>
Diffstat (limited to 'databases/courier-authlib-pgsql')
-rw-r--r-- | databases/courier-authlib-pgsql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/courier-authlib-pgsql/Makefile b/databases/courier-authlib-pgsql/Makefile index 31a1fdbd9634..cd49c5448051 100644 --- a/databases/courier-authlib-pgsql/Makefile +++ b/databases/courier-authlib-pgsql/Makefile @@ -1,7 +1,7 @@ # Created by: Yarema <yds@CoolRat.org> # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -pgsql COMMENT= PostgreSQL support for the Courier authentication library |