08.10.2012 15:41, O. Hartmann пишет:

===>  Building for pgadmin3-1.16.0
cd ./docs/en_US && make -f Makefile.sphinx
SPHINXBUILD=/usr/local/bin/sphinx-build htmlhelp
make: illegal option -- -
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
         [-d flags] [-E variable] [-f makefile] [-I directory]
         [-j max_jobs] [-m directory] [-V variable]
         [variable=value] [target ...]
gmake: *** [doc] Error 2
*** [do-build] Error code 1

Seems that you use locally modified port (apply some local patches).
The default WRKSRC/Makefile has:
-----
# Create HTML docs
doc:
# cd $(top_srcdir)/docs/en_US && make -f Makefile.sphinx SPHINXBUILD=${SPHINX_BUILD} htmlhelp
-----

Note that the command which is failing for you is commented out (the
command line may be wrapped by MUA).

HTH
--
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to