diff options
author | danfe <danfe@FreeBSD.org> | 2016-11-15 18:44:12 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-11-15 18:44:12 +0800 |
commit | 0893464f66cc5f0fd5862a39429cb38f101c37fd (patch) | |
tree | 40a56236bdad468eb0fb04a16fffbce779981acb /print | |
parent | c3ee5df627481f157ce38b2f2131d7355ca1dd8d (diff) | |
download | freebsd-ports-gnome-0893464f66cc5f0fd5862a39429cb38f101c37fd.tar.gz freebsd-ports-gnome-0893464f66cc5f0fd5862a39429cb38f101c37fd.tar.zst freebsd-ports-gnome-0893464f66cc5f0fd5862a39429cb38f101c37fd.zip |
- Unmute installation command and wrap exceedingly long line
- Remove useless WWW line that points to a non-existent site
NB: port serves version 1.2 off some not-quite-related SF project that
was last updated on 2009-01-20; https://pypi.python.org/pypi/trml2pdf
offers version 0.4.2 updated on 2016-10-24.
Diffstat (limited to 'print')
-rw-r--r-- | print/py-trml2pdf/Makefile | 3 | ||||
-rw-r--r-- | print/py-trml2pdf/pkg-descr | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/print/py-trml2pdf/Makefile b/print/py-trml2pdf/Makefile index 81c0cf88cba9..686b0dd7058a 100644 --- a/print/py-trml2pdf/Makefile +++ b/print/py-trml2pdf/Makefile @@ -27,7 +27,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/trml2pdf - @${INSTALL_SCRIPT} ${WRKSRC}/trml2pdf/* ${STAGEDIR}${PYTHON_SITELIBDIR}/trml2pdf + ${INSTALL_SCRIPT} ${WRKSRC}/trml2pdf/* \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/trml2pdf post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/print/py-trml2pdf/pkg-descr b/print/py-trml2pdf/pkg-descr index ab2beb9a5f5f..e9db825d2c6c 100644 --- a/print/py-trml2pdf/pkg-descr +++ b/print/py-trml2pdf/pkg-descr @@ -1,5 +1,3 @@ -Tiny RML2PDF is a component of the Open Report project. It can be used with the -Tiny Reporting Server to have a complete solution to render PDF file on the -fly. - -WWW: http://tiny.be +Tiny RML2PDF is a component of the Open Report project. It can be used with +the Tiny Reporting Server to have a complete solution to render PDF file on +the fly. |