diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-10 19:41:30 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-10 19:41:30 +0000 |
commit | e482e392f687b2248d2975d68327324a858e1273 (patch) | |
tree | f00883f68004a81b9e525ad5cc94de309898b666 /textproc/coccigrep | |
parent | 5183b406511b98ffef72263a3609234aaaa0d4fb (diff) | |
download | ports-e482e392f687b2248d2975d68327324a858e1273.tar.gz ports-e482e392f687b2248d2975d68327324a858e1273.zip |
Notes
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 |