git: 04277eb38c0f - main - x11/xnotify: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 01:33:33 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=04277eb38c0f044439df1ff46c96842884252bd8 commit 04277eb38c0f044439df1ff46c96842884252bd8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 01:07:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 01:32:49 +0000 x11/xnotify: Sanitize MANPREFIX Approved by: portmgr (blanket) --- x11/xnotify/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/xnotify/Makefile b/x11/xnotify/Makefile index d9621905e79e..334a550a93b4 100644 --- a/x11/xnotify/Makefile +++ b/x11/xnotify/Makefile @@ -19,7 +19,7 @@ USE_GITHUB= yes USE_XORG= x11 xft xinerama GH_ACCOUNT= phillbush EXTRA_PATCHES= ${${PORTNAME:tu}_PATCHES} -MANPREFIX= ${PREFIX}/share/man +MAKE_ARGS= MANPREFIX="${PREFIX}/share/man" MAKE_ENV= LOCALINC="${LOCALBASE}/include" \ LOCALLIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" \