git: 1d0ebc326ce1 - main - math/moo: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 21:42:52 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d0ebc326ce1d13621d929e167d8122efb53fae6 commit 1d0ebc326ce1d13621d929e167d8122efb53fae6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 21:20:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 21:42:26 +0000 math/moo: Sanitize MANPREFIX Approved by: portmgr (blanket) --- math/moo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/moo/Makefile b/math/moo/Makefile index 5baf039808f7..d4643ef40631 100644 --- a/math/moo/Makefile +++ b/math/moo/Makefile @@ -1,6 +1,6 @@ PORTNAME= moo PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= skreuzer@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= PD USE_GITHUB= yes GH_ACCOUNT= raylai -PLIST_FILES= bin/moo man/man1/moo.1.gz +PLIST_FILES= bin/moo share/man/man1/moo.1.gz .if exists(/usr/include/sys/capsicum.h) && exists(/usr/include/capsicum_helpers.h) CFLAGS+= -DHAVE_CAPSICUM @@ -22,6 +22,6 @@ MAKE_JOBS_UNSAFE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>