aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 10:58:32 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 11:02:06 +0000
commitfd93f51f761119d15b607b9596ac2a01958de392 (patch)
tree6236de59c6c181d77c3122a9e6651b11872e5bd3
parentceea17788aa3235a4b7bc41eb39cf44ae118600c (diff)
downloadports-fd93f51f761119d15b607b9596ac2a01958de392.tar.gz
ports-fd93f51f761119d15b607b9596ac2a01958de392.zip
textproc/htdig: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--textproc/htdig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile
index cf230145d5d8..d408bd7f804f 100644
--- a/textproc/htdig/Makefile
+++ b/textproc/htdig/Makefile
@@ -23,7 +23,8 @@ CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \
--with-image-dir=${PREFIX}/www/icons/htdig \
--with-image-url-prefix=/icons/htdig \
--with-ssl
-USES= alias libtool ssl
+USES= alias cpe libtool ssl
+CPE_VENDOR= ${PORTNAME}_project
USE_CXXSTD= c++98
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip