aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-05 18:43:45 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-05 19:11:40 +0000
commite895a0839cdc55c8be60b7767104db109d4b58c0 (patch)
tree9472b20be12d8688ba29f9370ffe6529aabfd93c
parentab761c51044bc16bb1eed4de647257be8d76441d (diff)
downloadports-e895a0839cdc55c8be60b7767104db109d4b58c0.tar.gz
ports-e895a0839cdc55c8be60b7767104db109d4b58c0.zip
archivers/xar: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--archivers/xar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile
index 22dc589473db..84ef0b003a18 100644
--- a/archivers/xar/Makefile
+++ b/archivers/xar/Makefile
@@ -12,11 +12,12 @@ COMMENT= OpenDarwin XML eXtensible ARchiver
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake gnome libtool ssl
+USES= cpe gmake gnome libtool ssl
USE_GNOME= libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_lib_crypto_OpenSSL_add_all_ciphers=yes
+CPE_VENDOR= xar_project
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \