Date: Wed, 25 Dec 2024 07:08:16 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: 1daba2456383 - main - math/matlab-installer: Fix build Message-ID: <202412250708.4BP78G72021902@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=1daba24563832f7b8381981cea4120ccc78c3eb6 commit 1daba24563832f7b8381981cea4120ccc78c3eb6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-12-25 06:06:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-12-25 06:43:21 +0000 math/matlab-installer: Fix build - Sanitize MANPREFIX Approved by: portmgr (just-fix-it) --- math/matlab-installer/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/math/matlab-installer/Makefile b/math/matlab-installer/Makefile index c22f8cdf03ac..acfdb2f419ac 100644 --- a/math/matlab-installer/Makefile +++ b/math/matlab-installer/Makefile @@ -1,6 +1,6 @@ PORTNAME= matlab-installer PORTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math science java MASTER_SITES= http://acadix.biz/Ports/distfiles/ @@ -10,7 +10,7 @@ WWW= https://acadix.biz/matlab-installer.php LICENSE= BSD3CLAUSE -RUN_DEPENDS= mount_cd9660_image:sysutils/diskimage-tools \ +RUN_DEPENDS= mount_image:sysutils/diskimage-tools \ auto-ask:sysutils/auto-admin \ webbrowser:www/webbrowser \ @@ -21,10 +21,10 @@ JAVA_OS= linux JAVA_RUN= yes NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/matlab-installer.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/matlab-installer.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412250708.4BP78G72021902>