git: 17cf810e0bdf - main - net/gmid: Revert layout change in port makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Aug 2024 23:59:01 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=17cf810e0bdf37f226ed8d535caa8ab77b7fe843 commit 17cf810e0bdf37f226ed8d535caa8ab77b7fe843 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-08-03 23:55:42 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-08-03 23:58:55 +0000 net/gmid: Revert layout change in port makefile Revert unannounced/reviewed change PR: 280596 Approved by: portmgr (blanket) --- net/gmid/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/gmid/Makefile b/net/gmid/Makefile index cc01f1802ba7..665c630803d3 100644 --- a/net/gmid/Makefile +++ b/net/gmid/Makefile @@ -17,13 +17,14 @@ USES= localbase pkgconfig ssl USE_RC_SUBR= gmid HAS_CONFIGURE= yes -CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc TEST_TARGET= regress USERS= _gmid GROUPS= _gmid +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc + post-patch: @${REINPLACE_CMD} -e 's|/man|/share/man|' ${WRKSRC}/configure