git: 5c5a88037b62 - main - devel/mspdebug: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 13:55:47 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c5a88037b623cc51daeb390136d83a9c3bf7dff commit 5c5a88037b623cc51daeb390136d83a9c3bf7dff Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 13:46:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 13:55:20 +0000 devel/mspdebug: Moved man to share/man Approved by: portmgr (blanket) --- devel/mspdebug/Makefile | 4 ++-- devel/mspdebug/files/patch-Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/mspdebug/Makefile b/devel/mspdebug/Makefile index 628821e05acd..235ae1a1636e 100644 --- a/devel/mspdebug/Makefile +++ b/devel/mspdebug/Makefile @@ -1,6 +1,6 @@ PORTNAME= mspdebug PORTVERSION= 0.25.20200402 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= peterjeremy@acm.org @@ -25,7 +25,7 @@ LIBMSP430_LIB_DEPENDS= libmsp430.so:devel/msp430-debug-stack USES= compiler:c11 gmake PLIST_FILES= bin/mspdebug \ - man/man1/mspdebug.1.gz \ + share/man/man1/mspdebug.1.gz \ share/mspdebug/ti_3410.fw.ihex \ share/mspdebug/ti_3410.fw.txt \ share/doc/mspdebug/EmbeddedMode.txt \ diff --git a/devel/mspdebug/files/patch-Makefile b/devel/mspdebug/files/patch-Makefile index 91ff642c79cd..b16841be02e2 100644 --- a/devel/mspdebug/files/patch-Makefile +++ b/devel/mspdebug/files/patch-Makefile @@ -6,7 +6,7 @@ BINDIR = ${PREFIX}/bin/ -MANDIR = ${PREFIX}/share/man/man1 -LIBDIR = ${PREFIX}/lib/ -+MANDIR = ${PREFIX}/man/man1 ++MANDIR = ${PREFIX}/share/man/man1 +DATDIR = ${PREFIX}/share +DOCDIR = ${PREFIX}/share/doc/mspdebug