git: 3e43e60de0c2 - main - security/pgpdump: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 19:20:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e43e60de0c29b565cbce51c07c3992b42660132 commit 3e43e60de0c29b565cbce51c07c3992b42660132 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 19:12:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 19:12:34 +0000 security/pgpdump: Cosmetic change --- security/pgpdump/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 94d871e5f710..b0f4b1f0a887 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -12,13 +12,14 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= cpe -CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes PLIST_FILES= bin/pgpdump \ share/man/man1/pgpdump.1.gz +CPE_VENDOR= pgpdump_project + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${STAGEDIR}${PREFIX}/share/man/man1