diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-08-29 15:51:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-08-30 12:46:40 +0000 |
commit | 283899759e016c4c2d5a89b6931168fc00bd977d (patch) | |
tree | 8978ce88ba30d28c819b72c50d5dfdbad5223c6c /x11 | |
parent | 8f2296701aa38d08989ac36cafb2b39a1e5f4667 (diff) | |
download | ports-283899759e016c4c2d5a89b6931168fc00bd977d.tar.gz ports-283899759e016c4c2d5a89b6931168fc00bd977d.zip |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/i3lock-color/Makefile | 3 |
1 files changed, 0 insertions, 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 |