Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2019 06:58:20 +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: r508587 - head/textproc/nuspell
Message-ID:  <201908110658.x7B6wKmQ070648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Aug 11 06:58:19 2019
New Revision: 508587
URL: https://svnweb.freebsd.org/changeset/ports/508587

Log:
  textproc/nuspell: consistently use PORTNAME in PLIST_FILES

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

Modified: head/textproc/nuspell/Makefile
==============================================================================
--- head/textproc/nuspell/Makefile	Sun Aug 11 06:40:50 2019	(r508586)
+++ head/textproc/nuspell/Makefile	Sun Aug 11 06:58:19 2019	(r508587)
@@ -23,7 +23,7 @@ OPTIONS_DEFINE=	MANPAGES TEST
 OPTIONS_DEFAULT=MANPAGES
 
 MANPAGES_BUILD_DEPENDS=	ronn:textproc/rubygem-ronn
-MANPAGES_PLIST_FILES=	man/man1/nuspell.1.gz
+MANPAGES_PLIST_FILES=	man/man1/${PORTNAME}.1.gz
 
 TEST_BUILD_DEPENDS=	catch>0:devel/catch \
 			bash:shells/bash



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