diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-18 21:18:12 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-18 21:18:12 +0800 |
commit | a339a1d23c2463eea58fea00790db3eab61832d1 (patch) | |
tree | b0d6f2230936195648335f7a77ccf77bfb02ebd3 /mail | |
parent | d6632e52bf3ffdb6235823262c72a93f8e242b0a (diff) | |
download | freebsd-ports-gnome-a339a1d23c2463eea58fea00790db3eab61832d1.tar.gz freebsd-ports-gnome-a339a1d23c2463eea58fea00790db3eab61832d1.tar.zst freebsd-ports-gnome-a339a1d23c2463eea58fea00790db3eab61832d1.zip |
- Reset jmelo's ports
- Remove bsd.port.pre.mk
- WWW: Convert tab to space
- Remove Author line from pkg-descr
With hat: portmgr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-activedir/Makefile | 8 | ||||
-rw-r--r-- | mail/qmail-activedir/pkg-descr | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/qmail-activedir/Makefile b/mail/qmail-activedir/Makefile index 53c4d3b5a9ce..581bb9da6a87 100644 --- a/mail/qmail-activedir/Makefile +++ b/mail/qmail-activedir/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://fo2k.com/qmail-activedir/ -MAINTAINER= jmelo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Programs to allow qmail to authenticate users through a MS ad USES= qmail:run @@ -29,7 +29,7 @@ PORTDOCS= INSTALL README WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} .endif -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's,/var/qmail,${QMAIL_PREFIX},g' \ @@ -52,7 +52,7 @@ do-install: ${CHMOD} 711 ${PREFIX}/bin/qmail-adgetpw ${CHOWN} root:qmail ${PREFIX}/bin/qmail-adgetpw ${CHOWN} root:wheel ${PREFIX}/bin/create_alias_files -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} @@ -60,4 +60,4 @@ do-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/qmail-activedir/pkg-descr b/mail/qmail-activedir/pkg-descr index 9c3d126dcc82..28a0a6d9a36a 100644 --- a/mail/qmail-activedir/pkg-descr +++ b/mail/qmail-activedir/pkg-descr @@ -1,5 +1,4 @@ A few programs to allow qmail to authenticate users through a Microsoft Active Directory. -Author: Leslie VanExel <prok@fo2k.com> -WWW: http://fo2k.com/qmail-activedir/ +WWW: http://fo2k.com/qmail-activedir/ |