13 lines
270 B
Makefile
13 lines
270 B
Makefile
|
# 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"
|