Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 19:20:31 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3e43e60de0c2 - main - security/pgpdump: Cosmetic change
Message-ID:  <202110131920.19DJKVYG071363@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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