diff --git a/emulators/tnylpo/Makefile b/emulators/tnylpo/Makefile index 0a116a8f0c13..5dcd576d991a 100644 --- a/emulators/tnylpo/Makefile +++ b/emulators/tnylpo/Makefile @@ -1,32 +1,33 @@ PORTNAME= tnylpo DISTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= joerg@FreeBSD.org COMMENT= CP/M emulator WWW= https://gitlab.com/gbrein/tnylpo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITLAB= yes GL_ACCOUNT= gbrein GL_TAGNAME= 3216c00c7a97d373b51192a96da46510f75f1adb MAKEFILE= makefile 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} ${INSTALL_DATA} ${WRKSRC}/mine/README.md \ ${STAGEDIR}${PREFIX}/share/${PORTNAME} .include 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