Date: Sat, 5 Jul 2014 19:24:04 +0000 (UTC) From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360808 - head/mail/exim-doc-info Message-ID: <201407051924.s65JO4ZY023267@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vsevolod Date: Sat Jul 5 19:24:03 2014 New Revision: 360808 URL: http://svnweb.freebsd.org/changeset/ports/360808 QAT: https://qat.redports.org/buildarchive/r360808/ Log: Restore support of 'make describe'. Modified: head/mail/exim-doc-info/Makefile Modified: head/mail/exim-doc-info/Makefile ============================================================================== --- head/mail/exim-doc-info/Makefile Sat Jul 5 19:23:04 2014 (r360807) +++ head/mail/exim-doc-info/Makefile Sat Jul 5 19:24:03 2014 (r360808) @@ -1,9 +1,11 @@ # Created by: Oliver Eikemeier <eikemeier@fillmore-labs.com> # $FreeBSD$ - IGNORE= exim no is no longer provided with documentation in info format DEPRECATED= yes EXPIRATION_DATE= 2014-07-30 +DISTDOCFORMAT= texinfo -.include <bsd.port.mk> +MASTERDIR= ${.CURDIR}/../exim-doc-html + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051924.s65JO4ZY023267>