git: 296143d06f8b - main - devel/libjitterentropy: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:22 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=296143d06f8b81f9d8ef691ab4e1d67c57678abd commit 296143d06f8b81f9d8ef691ab4e1d67c57678abd Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:05:05 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:05:05 +0000 devel/libjitterentropy: Move man page to share/man Approved by: portmgr (blanket) --- devel/libjitterentropy/Makefile | 1 + devel/libjitterentropy/files/patch-Makefile | 15 --------------- devel/libjitterentropy/pkg-plist | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/devel/libjitterentropy/Makefile b/devel/libjitterentropy/Makefile index 2bffc06263be..eccf8ec654d6 100644 --- a/devel/libjitterentropy/Makefile +++ b/devel/libjitterentropy/Makefile @@ -1,5 +1,6 @@ PORTNAME= libjitterentropy PORTVERSION= 3.4.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/libjitterentropy/files/patch-Makefile b/devel/libjitterentropy/files/patch-Makefile deleted file mode 100644 index 9dfcf2bd7bac..000000000000 --- a/devel/libjitterentropy/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig 2020-11-29 18:45:40 UTC -+++ Makefile -@@ -60,9 +60,9 @@ cppcheck: - install: install-man install-shared install-includes - - install-man: -- install -d -m 0755 $(DESTDIR)$(PREFIX)/share/man/man3 -- install -m 644 doc/$(NAME).3 $(DESTDIR)$(PREFIX)/share/man/man3/ -- gzip -n -f -9 $(DESTDIR)$(PREFIX)/share/man/man3/$(NAME).3 -+ install -d -m 0755 $(DESTDIR)$(PREFIX)/man/man3 -+ install -m 644 doc/$(NAME).3 $(DESTDIR)$(PREFIX)/man/man3/ -+ gzip -n -f -9 $(DESTDIR)$(PREFIX)/man/man3/$(NAME).3 - - install-shared: - install -d -m 0755 $(DESTDIR)$(PREFIX)/$(LIBDIR) diff --git a/devel/libjitterentropy/pkg-plist b/devel/libjitterentropy/pkg-plist index 69c78c04661b..6057cad99935 100644 --- a/devel/libjitterentropy/pkg-plist +++ b/devel/libjitterentropy/pkg-plist @@ -3,4 +3,4 @@ include/jitterentropy.h lib/libjitterentropy.so lib/libjitterentropy.so.%%PORTVERSION_MAJOR%% lib/libjitterentropy.so.%%PORTVERSION%% -man/man3/jitterentropy.3.gz +share/man/man3/jitterentropy.3.gz