From ab87f44c6375ffbd52b64ad4ae39958171cec877 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Tue, 5 Oct 2021 18:39:44 +0000 Subject: [PATCH] archivers/unshield: Add CPE information Approved by: portmgr (blanket) --- archivers/unshield/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archivers/unshield/Makefile b/archivers/unshield/Makefile index 430be0b9aef2..db9929e90f87 100644 --- a/archivers/unshield/Makefile +++ b/archivers/unshield/Makefile @@ -10,7 +10,9 @@ COMMENT= Extract data from InstallShield CAB files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake pathfix ssl +USES= cmake cpe pathfix ssl + +CPE_VENDOR= unshield_project CFLAGS+= -fPIC USE_LDCONFIG= yes