aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-21 14:27:19 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-21 14:27:19 +0000
commit7585228a6644a56130c440d2f175248da4f796e8 (patch)
treec1b8b44f4f7f37657bec53f11b76da1fc8f236ae
parent3b0fc17cef1ff528a03cefd32194cf561aa5f314 (diff)
downloadports-7585228a6644a56130c440d2f175248da4f796e8.tar.gz
ports-7585228a6644a56130c440d2f175248da4f796e8.zip
sysutils/udfclient: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--sysutils/udfclient/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/udfclient/Makefile b/sysutils/udfclient/Makefile
index 7f47f2f4f904..c42692073b84 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