diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2014-07-06 03:24:03 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2014-07-06 03:24:03 +0800 |
commit | a969f5b163a6da3dff93c0fd55b2d02f0a72f451 (patch) | |
tree | fa6265fcd1e42d44823b8f0588f502128cfce97c | |
parent | df4e17ed9bf81fdc9408cb40d2f77a35b6d206f0 (diff) | |
download | freebsd-ports-gnome-a969f5b163a6da3dff93c0fd55b2d02f0a72f451.tar.gz freebsd-ports-gnome-a969f5b163a6da3dff93c0fd55b2d02f0a72f451.tar.zst freebsd-ports-gnome-a969f5b163a6da3dff93c0fd55b2d02f0a72f451.zip |
Restore support of 'make describe'.
-rw-r--r-- | mail/exim-doc-info/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/exim-doc-info/Makefile b/mail/exim-doc-info/Makefile index 0a3466f6eea4..f792c91110b0 100644 --- a/mail/exim-doc-info/Makefile +++ b/mail/exim-doc-info/Makefile @@ -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" |