Date: Sat, 24 Feb 2024 20:07:46 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1014b03b75a3 - main - misc/bogosort: Moved man to share/man Message-ID: <202402242007.41OK7khR087436@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1014b03b75a38ab6f4eae7d7849746d2e1af1a75 commit 1014b03b75a38ab6f4eae7d7849746d2e1af1a75 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:54:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:54:29 +0000 misc/bogosort: Moved man to share/man Approved by: portmgr (blanket) --- misc/bogosort/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/bogosort/Makefile b/misc/bogosort/Makefile index 0be8882a2c3d..5aeb3159409e 100644 --- a/misc/bogosort/Makefile +++ b/misc/bogosort/Makefile @@ -1,6 +1,6 @@ PORTNAME= bogosort PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \ ftp://l82.ryd.student.liu.se/pub/unix/bogosort/ @@ -14,8 +14,9 @@ WWW= https://www.lysator.liu.se/~qha/bogosort/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INFO= bogosort -PLIST_FILES= bin/bogosort man/man1/bogosort.1.gz +PLIST_FILES= bin/bogosort share/man/man1/bogosort.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402242007.41OK7khR087436>