diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-06 11:52:31 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-06 13:03:22 +0000 |
commit | dfe1fbf06b2be86e11ce1f538e9ad9493ddc2727 (patch) | |
tree | 5aa907c3e9523d32e1c196736ca67a89c3b66ec8 | |
parent | 74b291a52eb4451e46fb9cc03db70c1bb6053ba9 (diff) |
devel/openocd: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | devel/openocd/Makefile | 3 | ||||
-rw-r--r-- | devel/openocd/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile index 0f3eb65a2558..cc2e2184e4ce 100644 --- a/devel/openocd/Makefile +++ b/devel/openocd/Makefile @@ -1,6 +1,6 @@ PORTNAME= openocd DISTVERSION= 0.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -18,6 +18,7 @@ BROKEN_aarch64= fails to build: src/target/nds32_tlb.h:25:2: error: expected ide USES= gmake libtool makeinfo pkgconfig tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CFLAGS+= -Wno-error=strict-prototypes \ -Wno-error=unused-but-set-parameter \ diff --git a/devel/openocd/pkg-plist b/devel/openocd/pkg-plist index b6b75ebffd59..7b5a34444c75 100644 --- a/devel/openocd/pkg-plist +++ b/devel/openocd/pkg-plist @@ -1,5 +1,5 @@ bin/openocd -man/man1/openocd.1.gz +share/man/man1/openocd.1.gz %%DATADIR%%/OpenULINK/ulink_firmware.hex %%DATADIR%%/contrib/60-openocd.rules %%DATADIR%%/contrib/libdcc/README |