git: 283899759e01 - main - x11/i3lock-color: don't use CONFIGURE_TARGET
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Aug 2022 12:46:42 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=283899759e016c4c2d5a89b6931168fc00bd977d commit 283899759e016c4c2d5a89b6931168fc00bd977d Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-08-29 15:51:43 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-08-30 12:46:40 +0000 x11/i3lock-color: don't use CONFIGURE_TARGET Don't hardcode the usage of CONFIGURE_TARGET and let gmake decide where it will build everything, This is in preparation of the update of config.guess and config.sub we will use vanilla version so when we will ask for amd64-portbld-freebsd14.0 it will reply x86-64-portbld-freebsd14.0 --- x11/i3lock-color/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/x11/i3lock-color/Makefile b/x11/i3lock-color/Makefile index d947b2fae1b8..c5fc54656a36 100644 --- a/x11/i3lock-color/Makefile +++ b/x11/i3lock-color/Makefile @@ -36,9 +36,6 @@ LDFLAGS+= ${ICONV_LIB} CONFLICTS_INSTALL= i3lock -BUILD_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET} -INSTALL_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET} - PLIST_FILES= "@(,,4755) bin/i3lock" \ man/man1/i3lock.1.gz