Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 10:42:49 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d608106b17b8 - main - emulators/tnylpo: Sanitize MANPREFIX
Message-ID:  <202401221042.40MAgnp9027727@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d608106b17b87b35b9febe306ca87ed6934c17e0

commit d608106b17b87b35b9febe306ca87ed6934c17e0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 10:22:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 10:42:28 +0000

    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401221042.40MAgnp9027727>