git: cf7a4be9cdf1 - main - misc/wmwork: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:07:01 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf7a4be9cdf12c1e688868e89032f8da34494d33 commit cf7a4be9cdf12c1e688868e89032f8da34494d33 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 23:16:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 00:06:45 +0000 misc/wmwork: Sanitize MANPREFIX Approved by: portmgr (blanket) --- misc/wmwork/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/wmwork/Makefile b/misc/wmwork/Makefile index 3c1a773a7072..b32ba1ff5727 100644 --- a/misc/wmwork/Makefile +++ b/misc/wmwork/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmwork PORTVERSION= 0.2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc windowmaker afterstep MASTER_SITES= http://people.debian.org/~godisch/wmwork/ \ LOCAL/xride @@ -16,14 +16,14 @@ USE_XORG= x11 xext xpm GNU_CONFIGURE= yes WRKSRC_SUBDIR= src -PLIST_FILES= bin/wmwork man/man1/wmwork.1.gz +PLIST_FILES= bin/wmwork share/man/man1/wmwork.1.gz PORTDOCS= CHANGES README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmwork ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmwork.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/wmwork.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}