git: cbbd49558dfa - main - sysutils/dmg2img: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:01:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbbd49558dfa1509479ab36d26343a274e554b7c commit cbbd49558dfa1509479ab36d26343a274e554b7c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:06:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:17 +0000 sysutils/dmg2img: Cosmetic change --- sysutils/dmg2img/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/dmg2img/Makefile b/sysutils/dmg2img/Makefile index d14c81df8387..365d2bfa0752 100644 --- a/sysutils/dmg2img/Makefile +++ b/sysutils/dmg2img/Makefile @@ -13,11 +13,12 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe ssl -CPE_VENDOR= ${PORTNAME}_project PLIST_FILES= bin/dmg2img \ bin/vfdecrypt +CPE_VENDOR= dmg2img_project + post-patch: @${REINPLACE_CMD} -e '/^CFLAGS = / s|$$| -I${OPENSSLINC}|; s| -lcrypto| -L${OPENSSLLIB}&|' ${WRKSRC}/Makefile