diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 04:34:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 04:34:33 +0000 |
commit | ebd4a8f6aa3534e31ded7d76aeeb4d349d8ba347 (patch) | |
tree | 14e085b0b536b93076d061da4c84515b79c6c4e6 | |
parent | 4c3f73622a56860b1b2926f71d59640c4ce8ab6f (diff) |
Revert previous commit, Makefile states docs are mandatory here.
Notes
Notes:
svn path=/head/; revision=363962
-rw-r--r-- | deskutils/cycle/Makefile | 2 | ||||
-rw-r--r-- | deskutils/cycle/pkg-plist | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/deskutils/cycle/Makefile b/deskutils/cycle/Makefile index 7abd1ab81c72..ec7eb5033aa1 100644 --- a/deskutils/cycle/Makefile +++ b/deskutils/cycle/Makefile @@ -18,8 +18,6 @@ USE_WX= 3.0+ WX_COMPS= python NO_BUILD= yes -OPTIONS_DEFINE= DOCS - post-patch: @${REINPLACE_CMD} -e 's,"msg","${PREFIX}/share/locale",' \ -e 's,"","${DOCSDIR}", ; s,"icons","${DATADIR}/icons",' \ diff --git a/deskutils/cycle/pkg-plist b/deskutils/cycle/pkg-plist index f09698c28056..08f6e8bd301c 100644 --- a/deskutils/cycle/pkg-plist +++ b/deskutils/cycle/pkg-plist @@ -17,9 +17,9 @@ man/man1/cycle.1.gz %%DATADIR%%/icons/cycle.xpm %%DATADIR%%/icons/large/cycle.xpm %%DATADIR%%/icons/mini/cycle.xpm -%%PORTDOCS%%%%DOCSDIR%%/README.html -%%PORTDOCS%%%%DOCSDIR%%/README_de.html -%%PORTDOCS%%%%DOCSDIR%%/README_ru.html +%%DOCSDIR%%/README.html +%%DOCSDIR%%/README_de.html +%%DOCSDIR%%/README_ru.html share/locale/ca/LC_MESSAGES/cycle.mo share/locale/cs/LC_MESSAGES/cycle.mo share/locale/de/LC_MESSAGES/cycle.mo @@ -27,7 +27,7 @@ share/locale/es/LC_MESSAGES/cycle.mo share/locale/gl/LC_MESSAGES/cycle.mo share/locale/ru/LC_MESSAGES/cycle.mo share/locale/sk/LC_MESSAGES/cycle.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/icons/mini @dirrm %%DATADIR%%/icons/large @dirrm %%DATADIR%%/icons |