aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:12:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:12:34 +0000
commit3e43e60de0c29b565cbce51c07c3992b42660132 (patch)
tree6c8124ef5a7c6e0787c4663c469416b1fcbda0fd
parente185218c76ac010e88f376ac37a7340210bf2a15 (diff)
downloadports-3e43e60de0c29b565cbce51c07c3992b42660132.tar.gz
ports-3e43e60de0c29b565cbce51c07c3992b42660132.zip
security/pgpdump: Cosmetic change
-rw-r--r--security/pgpdump/Makefile3
1 files changed, 2 insertions, 1 deletions
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