svn commit: r508587 - head/textproc/nuspell

Jan Beich jbeich at FreeBSD.org
Sun Aug 11 06:58:20 UTC 2019


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


More information about the svn-ports-all mailing list