aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 13:46:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 13:55:20 +0000
commit5c5a88037b623cc51daeb390136d83a9c3bf7dff (patch)
tree00160551e408b96bf2f02039a902a519988b1e41
parentc144f007145a624106f461918382cc3f703755d1 (diff)
downloadports-5c5a88037b623cc51daeb390136d83a9c3bf7dff.tar.gz
ports-5c5a88037b623cc51daeb390136d83a9c3bf7dff.zip
devel/mspdebug: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/mspdebug/Makefile4
-rw-r--r--devel/mspdebug/files/patch-Makefile2
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