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