git: 8a66c1bf02b1 - main - sysutils/superiotool: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 20:18:51 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8a66c1bf02b1a8d11484d11b6c39898b5c9b5d64
commit 8a66c1bf02b1a8d11484d11b6c39898b5c9b5d64
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 19:38:40 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 20:18:19 +0000
sysutils/superiotool: Move man pages to share/man
Approved by: portmgr (blanket)
---
sysutils/superiotool/Makefile | 3 ++-
sysutils/superiotool/files/patch-Makefile | 11 -----------
2 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile
index 29407d310c58..bf2925afa009 100644
--- a/sysutils/superiotool/Makefile
+++ b/sysutils/superiotool/Makefile
@@ -1,5 +1,6 @@
PORTNAME= superiotool
DISTVERSION= 4.18
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils
MASTER_SITES= https://coreboot.org/releases/
@@ -19,7 +20,7 @@ LIB_DEPENDS= libpci.so:devel/libpci
USES= gmake tar:bzip2
PLIST_FILES= sbin/superiotool \
- man/man8/superiotool.8.gz
+ share/man/man8/superiotool.8.gz
WRKSRC= ${WRKDIR}/coreboot-${DISTVERSION}
WRKSRC_SUBDIR= util/superiotool
diff --git a/sysutils/superiotool/files/patch-Makefile b/sysutils/superiotool/files/patch-Makefile
index 32ebe2658a8f..a17b198c05b8 100644
--- a/sysutils/superiotool/files/patch-Makefile
+++ b/sysutils/superiotool/files/patch-Makefile
@@ -9,14 +9,3 @@
CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \
-Werror-implicit-function-declaration -ansi -pedantic $(VERSION)
-@@ -56,8 +56,8 @@ install: $(PROGRAM)
- install: $(PROGRAM)
- mkdir -p $(DESTDIR)$(PREFIX)/sbin
- $(INSTALL) $(PROGRAM) $(DESTDIR)$(PREFIX)/sbin
-- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man8
-- $(INSTALL) -p -m644 $(PROGRAM).8 $(DESTDIR)$(PREFIX)/share/man/man8
-+ mkdir -p $(DESTDIR)$(PREFIX)/man/man8
-+ $(INSTALL) -p -m644 $(PROGRAM).8 $(DESTDIR)$(PREFIX)/man/man8
-
- clean:
- rm -f $(PROGRAM) *.o junit.xml