Date: Fri, 12 Jan 2024 13:00:59 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e6c298527ebd - main - deskutils/i3lock: remove useless MAKE_ARGS block Message-ID: <202401121300.40CD0xK3000578@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6c298527ebd91000f83cfb16628388862bd8aee commit e6c298527ebd91000f83cfb16628388862bd8aee Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-01-12 10:30:32 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-01-12 13:00:47 +0000 deskutils/i3lock: remove useless MAKE_ARGS block --- deskutils/i3lock/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deskutils/i3lock/Makefile b/deskutils/i3lock/Makefile index f87c77ee6437..2518805b244b 100644 --- a/deskutils/i3lock/Makefile +++ b/deskutils/i3lock/Makefile @@ -22,10 +22,6 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ RUN_DEPENDS= unix-selfauth-helper>0:security/unix-selfauth-helper -MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \ - X11INC="${LOCALBASE}/include" CC="${CC}" \ - MANDIR="${MANPREFIX}/man" - PLIST_FILES= bin/i3lock \ man/man1/i3lock.1.gz \ etc/pam.d/i3lock
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401121300.40CD0xK3000578>