git: 7f03c2083bef - main - emulators/atari800: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 20:24:24 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f03c2083befe648b2606c7e5224a4cdbfc75d23 commit 7f03c2083befe648b2606c7e5224a4cdbfc75d23 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 19:40:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 20:24:07 +0000 emulators/atari800: Sanitize MANPREFIX Approved by: portmgr (blanket) --- emulators/atari800/Makefile | 4 ++-- emulators/atari800/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index c0009fe58824..e189a66690f2 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,6 +1,6 @@ PORTNAME= atari800 PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= ftp://ftpmirror.uk/freebsd-ports/atari800/ \ SF/${PORTNAME}/ROM/Original%20XL%20ROM:x \ @@ -81,7 +81,7 @@ pre-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/atari800 ${STAGEDIR}${PREFIX}/bin/atari800 - ${INSTALL_MAN} ${WRKSRC}/atari800.man ${STAGEDIR}${MANPREFIX}/man/man1/atari800.1 + ${INSTALL_MAN} ${WRKSRC}/atari800.man ${STAGEDIR}${PREFIX}/share/man/man1/atari800.1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/atari800.cfg ${STAGEDIR}${DATADIR} .for rom in ${ATARI_XF} diff --git a/emulators/atari800/pkg-plist b/emulators/atari800/pkg-plist index aa1d168c6aa3..b03111416982 100644 --- a/emulators/atari800/pkg-plist +++ b/emulators/atari800/pkg-plist @@ -1,5 +1,5 @@ bin/atari800 -man/man1/atari800.1.gz +share/man/man1/atari800.1.gz %%DATADIR%%/atari800.cfg %%DATADIR%%/ataribas.rom %%DATADIR%%/atariosb.rom