install additional docs and examples for database/py-sqlobject Fix: PORTNAME= sqlobject PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,5 +23,14 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} +.endif .include <bsd.port.mk> How-To-Repeat: N/A
State Changed From-To: open->closed Committed, thanks! Again, the patch was malformed (spaces removed, tabs converted to spaces). Please, make sure next time the patch goes unharmed.