diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-12 01:09:06 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-12 01:09:06 +0800 |
commit | 4f142942ca33868e2e5107034543990a67f7f939 (patch) | |
tree | dab2590465ca3705c6208c08f1d03e32f4088cbc /textproc/py-martel/pkg-plist | |
parent | 15c579b11aa9f3fa9f05109c8a31dcb9041e602a (diff) | |
download | freebsd-ports-graphics-4f142942ca33868e2e5107034543990a67f7f939.tar.gz freebsd-ports-graphics-4f142942ca33868e2e5107034543990a67f7f939.tar.zst freebsd-ports-graphics-4f142942ca33868e2e5107034543990a67f7f939.zip |
Cleanup to use NOPORTDOCS support in PLIST_SUB
PR: 24600
Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
Diffstat (limited to 'textproc/py-martel/pkg-plist')
-rw-r--r-- | textproc/py-martel/pkg-plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/py-martel/pkg-plist b/textproc/py-martel/pkg-plist index b5934810dbc..f4c8d1d8488 100644 --- a/textproc/py-martel/pkg-plist +++ b/textproc/py-martel/pkg-plist @@ -1,3 +1,8 @@ +%%PORTDOCS%%share/doc/martel/HISTORY +%%PORTDOCS%%share/doc/martel/README +%%PORTDOCS%%share/doc/martel/intro.txt +%%PORTDOCS%%share/doc/martel/tech_description.txt +%%PORTDOCS%%share/doc/martel/writing_a_format.txt lib/%%PYTHON_VERSION%%/site-packages/Martel/Expression.py lib/%%PYTHON_VERSION%%/site-packages/Martel/Expression.pyc lib/%%PYTHON_VERSION%%/site-packages/Martel/Expression.pyo @@ -172,3 +177,4 @@ share/examples/martel/toxml.pyo @dirrm lib/%%PYTHON_VERSION%%/site-packages/Martel/test @dirrm lib/%%PYTHON_VERSION%%/site-packages/Martel/formats @dirrm lib/%%PYTHON_VERSION%%/site-packages/Martel +%%PORTDOCS%%@dirrm share/doc/martel |