Date: Sun, 21 Jan 2024 19:25:35 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 44ce0fdd2af0 - main - sysutils/abduco: Sanitize MANPREFIX Message-ID: <202401211925.40LJPZ6H071773@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=44ce0fdd2af08eb2ef0734e07774d9ba5660401f commit 44ce0fdd2af08eb2ef0734e07774d9ba5660401f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 18:07:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 19:25:23 +0000 sysutils/abduco: Sanitize MANPREFIX Approved by: portmgr (blanket) --- sysutils/abduco/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/abduco/Makefile b/sysutils/abduco/Makefile index eaf1587dfc6a..cd8ea80ca2a5 100644 --- a/sysutils/abduco/Makefile +++ b/sysutils/abduco/Makefile @@ -11,8 +11,7 @@ WWW= http://www.brain-dump.org/projects/abduco/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -MAKE_ARGS= CPPFLAGS="${CPPFLAGS}" STRIP="${STRIP_CMD}" \ - MANPREFIX="${PREFIX}/share/man" +MAKE_ARGS= CPPFLAGS="${CPPFLAGS}" STRIP="${STRIP_CMD}" PLIST_FILES= bin/abduco \ share/man/man1/abduco.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211925.40LJPZ6H071773>