diff options
Diffstat (limited to 'graphics/py-graph/Makefile')
-rw-r--r-- | graphics/py-graph/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/py-graph/Makefile b/graphics/py-graph/Makefile index 7b97ab81a0a9..b7c4021af06d 100644 --- a/graphics/py-graph/Makefile +++ b/graphics/py-graph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= graph -PORTVERSION= 1.0.0 +PORTVERSION= 1.3.1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -33,6 +33,9 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Changelog ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/docs/* ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) |