diff options
author | kris <kris@FreeBSD.org> | 2005-02-21 09:20:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-21 09:20:59 +0800 |
commit | 23f83fbc01ed372bed56a030a1dff63827ba3372 (patch) | |
tree | 352313f943b0b6830d0f4e8ddd3aee75a5685283 /devel | |
parent | 0b999766fd9ced63a049d6e173011ebfb0f22014 (diff) | |
download | freebsd-ports-gnome-23f83fbc01ed372bed56a030a1dff63827ba3372.tar.gz freebsd-ports-gnome-23f83fbc01ed372bed56a030a1dff63827ba3372.tar.zst freebsd-ports-gnome-23f83fbc01ed372bed56a030a1dff63827ba3372.zip |
Annotate comment about using sgmltools port to build the docs with a
note that this port was removed. Perhaps the maintainer can investigate
whether some other tool can be used instead.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cc65/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index edf02e498a24..51940246ac5a 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -39,6 +39,8 @@ WRKSRC= ${WRKDIR}/cc65-${PORTVERSION} DEVNULL= ${__empty_string_for_portlint}/dev/null # These doc files can be compiled using the textproc/sgmltools port +# XXX sgmltools port was removed, perhaps something else can be +# used instead DOCFILES!= ${LS} ${WRKSRC}/doc 2> ${DEVNULL} | \ ${SED} -E -e 's/^/doc\//' && ${ECHO_CMD} announce.txt |