git: 1173809b5857 - main - misc/clpbar: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:07:49 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1173809b5857f664c3006dec701b9a33b59de6d7 commit 1173809b5857f664c3006dec701b9a33b59de6d7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:55:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:55:22 +0000 misc/clpbar: Moved man to share/man Approved by: portmgr (blanket) --- misc/clpbar/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile index 084b143de407..6206243aeafc 100644 --- a/misc/clpbar/Makefile +++ b/misc/clpbar/Makefile @@ -1,5 +1,6 @@ PORTNAME= clpbar PORTVERSION= 1.11.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/bar-${PORTVERSION} DISTNAME= bar_${PORTVERSION} @@ -10,12 +11,13 @@ WWW= https://clpbar.sourceforge.net/ WRKSRC= ${WRKDIR}/bar-${PORTVERSION} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_ARGS+= CFLAGS+="${CFLAGS}" CONFLICTS_INSTALL= bar # bin/bar PLIST_FILES= bin/bar \ - man/man1/bar.1.gz + share/man/man1/bar.1.gz .include <bsd.port.pre.mk>