Bug 147984

Summary: databases/mysql51-server: Typo in MySQL 51's Makefile
Product: Ports & Packages Reporter: Dan Lukes <dan>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dan Lukes 2010-06-18 23:40:01 UTC
databases/mysql51-server/Makefile contain:

CONFIGURE_ARGS+=--without-doc

This is type. The correct configure's option is 
--without-docs

Same problem may be within Makefiles of other MySQL ports also, but I didn't check it.

Fix: 

Trivial
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-06-19 00:50:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Fix synopsis and assign.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2010-06-21 10:27:31 UTC
State Changed
From-To: open->closed

Makefile doesn't contain --without-doc.