git: a1047bb48518 - main - misc/orville-write: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:29:12 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1047bb48518abe92870386f90de6bb879d04ca3 commit a1047bb48518abe92870386f90de6bb879d04ca3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 00:11:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 00:29:00 +0000 misc/orville-write: Sanitize MANPREFIX Approved by: portmgr (blanket) --- misc/orville-write/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/orville-write/Makefile b/misc/orville-write/Makefile index 30ee1a544e26..81f2e744b180 100644 --- a/misc/orville-write/Makefile +++ b/misc/orville-write/Makefile @@ -1,6 +1,6 @@ PORTNAME= orville-write PORTVERSION= 2.55 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://unixpapa.com/software/ @@ -17,8 +17,8 @@ CFLAGS+= -Wno-return-type PLIST_FILES= "@(,,4711) bin/amin" "@(,,4711) bin/helpers" "@(,,4711) bin/huh" \ bin/jot "@(,,4711) bin/mesg" bin/tel bin/telegram \ "@(,,6711) bin/write" etc/orville.conf etc/wrthist etc/wrttmp \ - man/man1/amin.1.gz man/man1/helpers.1.gz man/man1/huh.1.gz \ - man/man1/mesg.1.gz man/man1/write.1.gz + share/man/man1/amin.1.gz share/man/man1/helpers.1.gz share/man/man1/huh.1.gz \ + share/man/man1/mesg.1.gz share/man/man1/write.1.gz .include <bsd.port.pre.mk> @@ -43,7 +43,7 @@ do-install: ${INSTALL_DATA} -m 600 /dev/null ${STAGEDIR}${PREFIX}/etc/${i} .endfor .for i in amin.1 helpers.1 huh.1 mesg.1 write.1 - ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include <bsd.port.post.mk>