git: ab87f44c6375 - main - archivers/unshield: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 19:15:47 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab87f44c6375ffbd52b64ad4ae39958171cec877 commit ab87f44c6375ffbd52b64ad4ae39958171cec877 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 18:39:44 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 19:11:38 +0000 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