aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 19:38:40 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 20:18:19 +0000
commit8a66c1bf02b1a8d11484d11b6c39898b5c9b5d64 (patch)
tree1207517a5be4f8cd660b137dc8d2e496d08695ed
parent22c757f8a209a5f24e30800a5479b11372991213 (diff)
downloadports-8a66c1bf02b1a8d11484d11b6c39898b5c9b5d64.tar.gz
ports-8a66c1bf02b1a8d11484d11b6c39898b5c9b5d64.zip
sysutils/superiotool: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/superiotool/Makefile3
-rw-r--r--sysutils/superiotool/files/patch-Makefile11
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