1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/databases/memcached/pkg-plist
Steve Wills 2c723a0bdc databases/memcached: fix build when xml2rfc is installed
The docs for require xml2rfc and aren't built in the case where it's not
installed. However when they are installed, they fail due to make issues. This
patches the doc Makefile to avoid the gmake specific extensions as well as
ensuring that network access is not needed to build the docs. It also ensure
that xml2rfc is always there in the case where the DOCS option is enabled so
that the docs are always built the same.

While here, I decided to include some of the cleanup from the PR including the
LICENSE change ane enabling the SASL and DOCS options by default since they
don't add much in the way of dependencies. Also switched to static plist.

PR:		192009
Reported by:	jaap@NLnetLabs.nl
2014-07-22 19:30:31 +00:00

12 lines
357 B
Plaintext

bin/memcached
bin/memcached-tool
include/memcached/protocol_binary.h
man/man1/memcached.1.gz
%%PORTDOCS%%%%DOCSDIR%%/protocol-binary-range.txt
%%PORTDOCS%%%%DOCSDIR%%/protocol-binary.txt
%%PORTDOCS%%%%DOCSDIR%%/protocol.txt
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
%%PORTDOCS%%%%DOCSDIR%%/threads.txt
@dirrmtry include/memcached
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%