git: ff9afe8114bc - main - net/wmwave: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 20:24:23 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff9afe8114bc372b87140f5650dff4738ba45081 commit ff9afe8114bc372b87140f5650dff4738ba45081 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 19:39:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 20:24:07 +0000 net/wmwave: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/wmwave/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wmwave/Makefile b/net/wmwave/Makefile index 1bcc8487881e..31b7e1075de8 100644 --- a/net/wmwave/Makefile +++ b/net/wmwave/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmwave DISTVERSION= 0-4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= localbase:ldflags xorg USE_XORG= x11 xext xpm -PLIST_FILES= bin/wmwave man/man1/wmwave.1.gz +PLIST_FILES= bin/wmwave share/man/man1/wmwave.1.gz WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DWICACHE LDFLAGS+= -lX11 -lXpm -lXext -lm @@ -26,6 +26,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmwave.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/wmwave.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>