There are two typos in www/trac makefile. bmake fails on them. Patch to fix it attached. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->clsung Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
Author: miwi Date: Sat Mar 30 05:12:42 2013 New Revision: 315597 URL: http://svnweb.freebsd.org/changeset/ports/315597 Log: - Correct the OptionsNG PR: 177489 Submitted by: John Marino <draco@marino.st> Modified: head/www/trac/Makefile (contents, props changed) Modified: head/www/trac/Makefile ============================================================================== --- head/www/trac/Makefile Sat Mar 30 04:50:17 2013 (r315596) +++ head/www/trac/Makefile Sat Mar 30 05:12:42 2013 (r315597) @@ -35,11 +35,11 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MSILVERCITY) +.if ${PORT_OPTIONS:MSILVERCITY} RUN_DEPENDS+= ${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity .endif -.if ${PORT_OPTIONS:MDOCUTILS) +.if ${PORT_OPTIONS:MDOCUTILS} RUN_DEPENDS+= ${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"