Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 02:36:07 +0100
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        FreeBSD Java <java@freebsd.org>
Subject:   HEADS UP: new bsd.port.mk macro: PORTDOCS
Message-ID:  <3FB18E87.3030709@fillmore-labs.com>

next in thread | raw e-mail | index | archive | help
Dear port maintainers,

it seems that especially java ports install a lot of dynamically generated 
documentation. If your port installs documentation into ${DOCSDIR}, it might 
be easier to use

.if !defined(NOPORTDOCS)
PORTDOCS=	*
.endif

in your ports Makefile than to maintain a possibly large and changing packing 
list. The marco was recently added to bsd.port.mk, and can be defined to a 
list of files and directories relative to ${DOCSDIR}. Shell glob patterns may 
be used and directories include the entire subtree of contained files and 
directories.


Regards
    Oliver



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FB18E87.3030709>