git: ae7fa19ca37d - main - lang/yorick: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 21:43:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae7fa19ca37d1addda81f9dc212c1da142d74a0e commit ae7fa19ca37d1addda81f9dc212c1da142d74a0e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 21:39:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 21:42:29 +0000 lang/yorick: Sanitize MANPREFIX Approved by: portmgr (blanket) --- lang/yorick/Makefile | 4 ++-- lang/yorick/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile index 4f442ab1ce38..e88d36d9c2c6 100644 --- a/lang/yorick/Makefile +++ b/lang/yorick/Makefile @@ -1,7 +1,7 @@ PORTNAME= yorick DISTVERSIONPREFIX= y_ DISTVERSION= 2_2_04 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang math MAINTAINER= bofh@FreeBSD.org @@ -46,7 +46,7 @@ post-install: @${RM} -r ${WRKSRC}/relocatable/doc ${PREFIX}/lib/${PORTNAME} @${MV} ${WRKSRC}/relocatable ${STAGEDIR}${PREFIX}/lib/${PORTNAME} .for f in gist yorick - ${INSTALL_MAN} ${WRKSRC}/doc/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/bin/${f} ${LN} -sf ../lib/${PORTNAME}/bin/${f} ${STAGEDIR}${PREFIX}/bin/${f} .endfor diff --git a/lang/yorick/pkg-plist b/lang/yorick/pkg-plist index b1cf8e46d978..fe2d50088fd6 100644 --- a/lang/yorick/pkg-plist +++ b/lang/yorick/pkg-plist @@ -177,5 +177,5 @@ lib/yorick/lib/libdep.sh lib/yorick/lib/libyor.a lib/yorick/lib/main.o lib/yorick/yorick.el -man/man1/gist.1.gz -man/man1/yorick.1.gz +share/man/man1/gist.1.gz +share/man/man1/yorick.1.gz