diff options
Diffstat (limited to 'textproc/coccigrep')
-rw-r--r-- | textproc/coccigrep/Makefile | 3 | ||||
-rw-r--r-- | textproc/coccigrep/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index e411b470b554..8200715c60d2 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -22,6 +22,9 @@ USE_PYDISTUTILS=easy_install MANCOMPRESSED= no MAN1= coccigrep.1 +PORTDOCS= ChangeLog README.rst + +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> diff --git a/textproc/coccigrep/pkg-plist b/textproc/coccigrep/pkg-plist index 0388443306b5..e200da1c8a62 100644 --- a/textproc/coccigrep/pkg-plist +++ b/textproc/coccigrep/pkg-plist @@ -19,9 +19,6 @@ bin/coccigrep %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt %%DATADIR%%/cocci-grep.el %%DATADIR%%/cocci-grep.vim -%%PORTDOCS%%%%DOCSDIR%%/README.rst -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%% @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/data @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep |