aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 00:11:18 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 00:29:00 +0000
commita1047bb48518abe92870386f90de6bb879d04ca3 (patch)
treeef0ff10f7a465e3093a55843f4a25d1b1c1ecfec /misc
parente452486f63ddafd67db8252f623ca68fb7820c6d (diff)
downloadports-a1047bb48518abe92870386f90de6bb879d04ca3.tar.gz
ports-a1047bb48518abe92870386f90de6bb879d04ca3.zip
misc/orville-write: Sanitize MANPREFIX
Approved by: portmgr (blanket)
Diffstat (limited to 'misc')
-rw-r--r--misc/orville-write/Makefile8
1 files 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>