diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-08 00:12:36 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-08 00:12:36 +0800 |
commit | a3566cb26e899957c3833d9fb9f57521628bdec8 (patch) | |
tree | 3d7499b804ea96daf352a456ee9ccb65be0ab8e7 /mail | |
parent | 0ecc22495721ea22300733f568f510ddfbd0f949 (diff) | |
download | freebsd-ports-gnome-a3566cb26e899957c3833d9fb9f57521628bdec8.tar.gz freebsd-ports-gnome-a3566cb26e899957c3833d9fb9f57521628bdec8.tar.zst freebsd-ports-gnome-a3566cb26e899957c3833d9fb9f57521628bdec8.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 'mail')
-rw-r--r-- | mail/courier-authlib-vchkpw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/courier-authlib-vchkpw/Makefile b/mail/courier-authlib-vchkpw/Makefile index 0040d21c2681..48dd288a04b8 100644 --- a/mail/courier-authlib-vchkpw/Makefile +++ b/mail/courier-authlib-vchkpw/Makefile @@ -1,6 +1,7 @@ # Created by: Yarema <yds@CoolRat.org> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -vchkpw COMMENT= Vpopmail/vchkpw support for the Courier authentication library |