Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2019 06:14:29 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508584 - head/textproc/nuspell
Message-ID:  <201908110614.x7B6EToD046355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908110614.x7B6EToD046355>