diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-09-02 14:40:30 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-09-02 14:40:30 +0000 |
commit | ee79d5de61d06d091f76249d7b630b01b7a74bb1 (patch) | |
tree | bbfeb415c528f7865a8ac769e127356c18418186 /mail/exim-doc-info | |
parent | 22b8fbf83ffc6b9bd8da2a9b8223bab175bc3570 (diff) | |
download | FreeBSD-ports-ee79d5de61d06d091f76249d7b630b01b7a74bb1.zip FreeBSD-ports-ee79d5de61d06d091f76249d7b630b01b7a74bb1.tar.gz |
Exim updates:
1) Update to exiscan-acl patch revision 11.
2) Spin info files off into their own port, exim-doc-info.
3) Pet portlint.
PR: ports/56291
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail/exim-doc-info')
-rw-r--r-- | mail/exim-doc-info/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/exim-doc-info/Makefile b/mail/exim-doc-info/Makefile new file mode 100644 index 0000000..816dc40 --- /dev/null +++ b/mail/exim-doc-info/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: exim-doc-info +# Date created: 30 Aug 2003 +# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com> +# +# $FreeBSD$ +# + +DOCFORMAT= info +DISTDOCFORMAT= texinfo +MASTERDIR= ${.CURDIR}/../exim-doc-html + +.include "${MASTERDIR}/Makefile" |