diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-20 14:18:16 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-20 14:18:16 +0000 |
commit | 8e36aa89c5357316ed5bf1cc3d877624b51e21a6 (patch) | |
tree | 396157fcdbb7630a519852d283355359d2d5d06b | |
parent | cd8a6ef59252f3c2b2ffb30fe83d49942efc8122 (diff) |
archivers/ha: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/ha/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 3e69951b4d82..15f05c41b881 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -16,7 +16,8 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix ALL_TARGET= ha -USES= gmake tar:tgz +USES= cpe gmake tar:tgz +CPE_VENDOR= linux-ha post-patch: @${REINPLACE_CMD} 's,<malloc.h>,<stdlib.h>,' \ |