svn commit: r508584 - head/textproc/nuspell

Jan Beich jbeich at FreeBSD.org
Sun Aug 11 06:14:29 UTC 2019


Author: jbeich
Date: Sun Aug 11 06:14:28 2019
New Revision: 508584
URL: https://svnweb.freebsd.org/changeset/ports/508584

Log:
  textproc/nuspell: rename DOCS to MANPAGES for consistency

Modified:
  head/textproc/nuspell/Makefile   (contents, props changed)
  head/textproc/nuspell/pkg-plist   (contents, props changed)

Modified: head/textproc/nuspell/Makefile
==============================================================================
--- head/textproc/nuspell/Makefile	Sun Aug 11 05:34:39 2019	(r508583)
+++ head/textproc/nuspell/Makefile	Sun Aug 11 06:14:28 2019	(r508584)
@@ -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

Modified: head/textproc/nuspell/pkg-plist
==============================================================================
--- head/textproc/nuspell/pkg-plist	Sun Aug 11 05:34:39 2019	(r508583)
+++ head/textproc/nuspell/pkg-plist	Sun Aug 11 06:14:28 2019	(r508584)
@@ -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


More information about the svn-ports-all mailing list