diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 09:48:01 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 10:55:30 +0000 |
commit | 1ab5027227804eb941bf829231c438fb1eeca2b8 (patch) | |
tree | 5616c78132ad771e215f96c266c1aa063ca534c3 | |
parent | 1f35da5fb9278cb7775fbc2cb79c72a024e29b65 (diff) | |
download | ports-1ab5027227804eb941bf829231c438fb1eeca2b8.tar.gz ports-1ab5027227804eb941bf829231c438fb1eeca2b8.zip |
security/putty: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
-rw-r--r-- | security/putty/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 3e9c468ec4a6..6f9b7a6367e8 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${PATCH_WRKSRC}/LICENCE USES= cpe gmake pkgconfig -CPE_VENDOR= simon_tatham MAKEFILE= Makefile.gtk MAKE_ARGS+= "prefix=${PREFIX}" |