diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 18:39:44 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 19:11:38 +0000 |
commit | ab87f44c6375ffbd52b64ad4ae39958171cec877 (patch) | |
tree | d996bb4eb913f45be455569424bd8487b3416a36 | |
parent | a3c7bcba19903b43624cf19907d2ca4de12431ec (diff) | |
download | ports-ab87f44c6375ffbd52b64ad4ae39958171cec877.tar.gz ports-ab87f44c6375ffbd52b64ad4ae39958171cec877.zip |
archivers/unshield: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/unshield/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |