#18910: py26-jinja2 installs documentation into sys.prefix -------------------------------------+-------------------------------------- Reporter: arthur@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: -------------------------------------+-------------------------------------- $ sudo port contents py26-jinja2: {{{ /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/api.html /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/changelog.html /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/extensions.html ... }}} This can cause problems when multiple versions are installed. The attached patch fixes this issue and puts documentation files in a package-specific directory: {{{ /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/py26-jinja2/api.html /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/py26-jinja2/changelog.html /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/py26-jinja2/extensions.html ... }}} -- Ticket URL: <http://trac.macports.org/ticket/18910> MacPorts <http://www.macports.org/> Ports system for Mac OS