From d608106b17b87b35b9febe306ca87ed6934c17e0 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 22 Jan 2024 11:22:19 +0100 Subject: [PATCH] emulators/tnylpo: Sanitize MANPREFIX Approved by: portmgr (blanket) --- emulators/tnylpo/Makefile | 5 +++-- emulators/tnylpo/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/emulators/tnylpo/Makefile b/emulators/tnylpo/Makefile index 0a116a8f0c13..5dcd576d991a 100644 --- a/emulators/tnylpo/Makefile +++ b/emulators/tnylpo/Makefile @@ -1,5 +1,6 @@ PORTNAME= tnylpo DISTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= joerg@FreeBSD.org @@ -20,9 +21,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tnylpo ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tnylpo-convert ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tnylpo.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/tnylpo-convert.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/mine/mine.com \ ${STAGEDIR}${PREFIX}/share/${PORTNAME} diff --git a/emulators/tnylpo/pkg-plist b/emulators/tnylpo/pkg-plist index 5b223a5c59a1..2441aef143d2 100644 --- a/emulators/tnylpo/pkg-plist +++ b/emulators/tnylpo/pkg-plist @@ -1,6 +1,6 @@ bin/tnylpo bin/tnylpo-convert -man/man1/tnylpo-convert.1.gz -man/man1/tnylpo.1.gz +share/man/man1/tnylpo-convert.1.gz +share/man/man1/tnylpo.1.gz share/tnylpo/mine.com share/tnylpo/README.md