git: 094b35523433 - main - x11/lemonbar: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 18:41:02 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=094b35523433904a6142e7899ae94379f383a74f
commit 094b35523433904a6142e7899ae94379f383a74f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 18:28:37 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 18:40:35 +0000
x11/lemonbar: Moved man to share/man
Approved by: portmgr (blanket)
---
x11/lemonbar/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11/lemonbar/Makefile b/x11/lemonbar/Makefile
index 12ccc64680e7..768b0d4e328c 100644
--- a/x11/lemonbar/Makefile
+++ b/x11/lemonbar/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lemonbar
DISTVERSIONPREFIX=v
DISTVERSION= 1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= dmgk@FreeBSD.org
@@ -24,7 +24,7 @@ CFLAGS+= -D__BSD_VISIBLE # for memrchr(3)
CONFLICTS_INSTALL= lemonbar-xft
PLIST_FILES= bin/lemonbar \
- man/man1/lemonbar.1.gz
+ share/man/man1/lemonbar.1.gz
post-patch:
${REINPLACE_CMD} -e '/^CC.*=/d' -e '/^CFLAGS.*=/s/-Os//' \
@@ -38,6 +38,6 @@ post-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lemonbar ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/lemonbar.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/lemonbar.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>