diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-08-11 14:14:28 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-08-11 14:14:28 +0800 |
commit | 3042b3ae901b14051d34ddca31c55e80186c572c (patch) | |
tree | f73e32811763356d821729466cf6b9ce8bdc896e | |
parent | 36a7892f32dcbbb24b5c5f4c161ce89c7735b390 (diff) | |
download | freebsd-ports-gnome-3042b3ae901b14051d34ddca31c55e80186c572c.tar.gz freebsd-ports-gnome-3042b3ae901b14051d34ddca31c55e80186c572c.tar.zst freebsd-ports-gnome-3042b3ae901b14051d34ddca31c55e80186c572c.zip |
textproc/nuspell: rename DOCS to MANPAGES for consistency
-rw-r--r-- | textproc/nuspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/nuspell/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile index e9f5d1728729..9628ea986298 100644 --- a/textproc/nuspell/Makefile +++ b/textproc/nuspell/Makefile @@ -19,9 +19,11 @@ USE_GITHUB= yes USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS -OPTIONS_DEFINE= DOCS TEST +OPTIONS_DEFINE= MANPAGES TEST +OPTIONS_DEFAULT=MANPAGES -DOCS_BUILD_DEPENDS= ronn:textproc/rubygem-ronn +MANPAGES_BUILD_DEPENDS= ronn:textproc/rubygem-ronn +MANPAGES_PLIST_FILES= man/man1/nuspell.1.gz TEST_BUILD_DEPENDS= catch>0:devel/catch \ bash:shells/bash diff --git a/textproc/nuspell/pkg-plist b/textproc/nuspell/pkg-plist index eae1f11bbf5a..9db488739b9b 100644 --- a/textproc/nuspell/pkg-plist +++ b/textproc/nuspell/pkg-plist @@ -13,4 +13,3 @@ lib/libnuspell.so lib/libnuspell.so.2 lib/libnuspell.so.2.3.0 libdata/pkgconfig/nuspell.pc -%%PORTDOCS%%man/man1/nuspell.1.gz |