git: 5e268446e127 - main - sysutils/liburcu: Delete unnecessary variables
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 May 2023 06:13:59 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e268446e12796b0db7c9166c61b3ef5bf9947ac commit 5e268446e12796b0db7c9166c61b3ef5bf9947ac Author: takefu <takefu@airport.fm> AuthorDate: 2023-05-28 17:15:41 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-05-30 06:08:58 +0000 sysutils/liburcu: Delete unnecessary variables PR: 271501 Reported by: takefu@airport.fm Approved by: freebsd@dns-lab.com (maintainer, timeout > 2 weeks) --- sysutils/liburcu/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile index 2afcd4933621..b7a3cf57c9ee 100644 --- a/sysutils/liburcu/Makefile +++ b/sysutils/liburcu/Makefile @@ -17,10 +17,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} INSTALL_TARGET= install-strip TEST_TARGET= check - -PLIST_SUB= SO_SHORT_VER=8 \ - SO_VER=8.0.0 - OPTIONS_DEFINE= DOCS .include <bsd.port.mk>