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 /mail | |
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 '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 |