From 7585228a6644a56130c440d2f175248da4f796e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Thu, 21 Oct 2021 16:27:19 +0200 Subject: [PATCH] sysutils/udfclient: Add CPE information Approved by: portmgr (blanket) --- sysutils/udfclient/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile index 7f47f2f4f9045..c42692073b845 100644 --- a/sysutils/udfclient/Makefile +++ b/sysutils/udfclient/Makefile @@ -11,6 +11,8 @@ LICENSE= ClArtistic WRKSRC= ${WRKDIR}/UDFclient.${PORTVERSION} +USES= cpe +CPE_VENDOR= 13thmonkey GNU_CONFIGURE= yes OPTIONS_DEFINE= FUSE DEBUG @@ -35,7 +37,8 @@ DISTFILES+= ${UDFCLIENTFS_NAME}-${UDFCLIENTFS_VERSION}.tgz:fuse EXTRA_PATCHES+= ${UDFCLIENTFS_DIR}/${UDFCLIENTFS_NAME}.patch PATCH_ARGS+= --ignore-whitespace -USES+= fuse +USES+= cpe fuse +CPE_VENDOR= 13thmonkey PLIST_FILES+= bin/${UDFCLIENTFS_NAME} .endif