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 /net | |
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 'net')
-rw-r--r-- | net/courier-authlib-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/courier-authlib-ldap/Makefile b/net/courier-authlib-ldap/Makefile index 3bce294e5334..9bfd1cc9c086 100644 --- a/net/courier-authlib-ldap/Makefile +++ b/net/courier-authlib-ldap/Makefile @@ -1,7 +1,7 @@ # Created by: Yarema <yds@CoolRat.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -ldap COMMENT= LDAP support for the Courier authentication library |