git: f37fc1edcf71 - main - textproc/rubygem-yard: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:04:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f37fc1edcf71a0d0ab2c382df24efbfd9563c9ab commit f37fc1edcf71a0d0ab2c382df24efbfd9563c9ab Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:14:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:58:02 +0000 textproc/rubygem-yard: Cosmetic change --- textproc/rubygem-yard/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/rubygem-yard/Makefile b/textproc/rubygem-yard/Makefile index 3a6d4f43ec1a..61ea2189ceb9 100644 --- a/textproc/rubygem-yard/Makefile +++ b/textproc/rubygem-yard/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gem -CPE_VENDOR= yardoc USE_RUBY= yes NO_ARCH= yes @@ -21,4 +20,6 @@ PLIST_FILES= bin/yard \ bin/yardoc \ bin/yri +CPE_VENDOR= yardoc + .include <bsd.port.mk>