diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 13:03:50 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 13:03:50 +0000 |
commit | d942d07ea8db78e3f0991f97b40c7385cff8f3be (patch) | |
tree | 63f1a08f45325dcac54ca5bc6a7fd4d2619b78b4 /security/apache-xml-security-c | |
parent | x11/plasma5-plasma-integration: Remove invalid CPE information (diff) |
security/apache-xml-security-c: Remove escaping sequences from CPE_PRODUCT
CPE escaping is needed for [^_a-zA-Z0-9] but we have many ports with
special characters like minuses in their name so escaping is something
that should be handled in Mk/Uses/cpe.mk.
Approved by: portmgr (blanket)
Diffstat (limited to 'security/apache-xml-security-c')
-rw-r--r-- | security/apache-xml-security-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 29f6ddeca4ba..2e27351c3ddb 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -19,7 +19,7 @@ USES= cpe gmake libtool tar:bzip2 ssl pkgconfig autoreconf USE_LDCONFIG= yes CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE} -CPE_PRODUCT= xml_security_for_c\+\+ +CPE_PRODUCT= xml_security_for_c++ CPE_VENDOR= apache .include <bsd.port.mk> |