diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-08-11 14:58:19 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-08-11 14:58:19 +0800 |
commit | d909d47da488ac49d2d67101e05fa88e8d478278 (patch) | |
tree | fe9f4a081cf72711408d06b7115efc1d43c25e43 | |
parent | 84effe87f4b2aa08250108e529fd4e7fa21e3a5f (diff) | |
download | freebsd-ports-gnome-d909d47da488ac49d2d67101e05fa88e8d478278.tar.gz freebsd-ports-gnome-d909d47da488ac49d2d67101e05fa88e8d478278.tar.zst freebsd-ports-gnome-d909d47da488ac49d2d67101e05fa88e8d478278.zip |
textproc/nuspell: consistently use PORTNAME in PLIST_FILES
-rw-r--r-- | textproc/nuspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile index 9628ea986298..95042ea7a4ad 100644 --- a/textproc/nuspell/Makefile +++ b/textproc/nuspell/Makefile @@ -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 |