diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-08 00:12:36 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-08 00:12:36 +0800 |
commit | 2743a6afc0c2422f6a3fe59dd0a1b2b060d06440 (patch) | |
tree | 3d7499b804ea96daf352a456ee9ccb65be0ab8e7 /databases/courier-authlib-pgsql | |
parent | 42d06c63b671368221b3afc47677f70892651d3a (diff) | |
download | freebsd-ports-gnome-2743a6afc0c2422f6a3fe59dd0a1b2b060d06440.tar.gz freebsd-ports-gnome-2743a6afc0c2422f6a3fe59dd0a1b2b060d06440.tar.zst freebsd-ports-gnome-2743a6afc0c2422f6a3fe59dd0a1b2b060d06440.zip |
*/courier-authlib*:
- Add USES=libtool
- Remove USE_LDCONFIG, not needed for modules
- Disable static modules
- Remove install-configure from INSTALL_TARGET, no impact with staging
- Add manpages to pkg-plist
- Use @sample
- Replace pkg-(de)install and pre-install target with USERS and GROUPS
- Create /var/run/authdaemond at package installation instead of in rc
script
Diffstat (limited to 'databases/courier-authlib-pgsql')
-rw-r--r-- | databases/courier-authlib-pgsql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/courier-authlib-pgsql/Makefile b/databases/courier-authlib-pgsql/Makefile index 96728bfdbf9a..cd49c5448051 100644 --- a/databases/courier-authlib-pgsql/Makefile +++ b/databases/courier-authlib-pgsql/Makefile @@ -1,6 +1,7 @@ # Created by: Yarema <yds@CoolRat.org> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -pgsql COMMENT= PostgreSQL support for the Courier authentication library |