git: c5d13e0da703 - main - misc/wmcalendar: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:07:04 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c5d13e0da703c7a82cb99c31a92848249376147e
commit c5d13e0da703c7a82cb99c31a92848249376147e
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 23:47:49 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:06:45 +0000
misc/wmcalendar: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
misc/wmcalendar/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile
index c56b0e3d367b..b22ce8bbda91 100644
--- a/misc/wmcalendar/Makefile
+++ b/misc/wmcalendar/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wmcalendar
PORTVERSION= 0.5.2
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= misc windowmaker
MASTER_SITES= SF
@@ -22,7 +22,7 @@ MAKE_ARGS= CC="${CC}" \
LIBDIR="" \
LIBS="-lical -lX11 -lXext -lXpm -lm"
-PLIST_FILES= bin/wmCalendar man/man1/wmCalendar.1.gz
+PLIST_FILES= bin/wmCalendar share/man/man1/wmCalendar.1.gz
post-patch:
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
@@ -30,6 +30,6 @@ post-patch:
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmCalendar ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/wmCalendar.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/wmCalendar.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>