git: c4e87f377406 - main - irc/sic: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 21:02:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4e87f377406112de2fd9199e02d866f5de41833 commit c4e87f377406112de2fd9199e02d866f5de41833 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 20:41:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 20:44:29 +0000 irc/sic: Moved man to share/man --- irc/sic/Makefile | 2 ++ irc/sic/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/irc/sic/Makefile b/irc/sic/Makefile index 6674cf126d60..d5ceca39d77a 100644 --- a/irc/sic/Makefile +++ b/irc/sic/Makefile @@ -1,5 +1,6 @@ PORTNAME= sic PORTVERSION= 0.23a +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ftp://ftp.funet.fi/pub/unix/irc/sic/ @@ -10,6 +11,7 @@ LICENSE= GPLv2 USES= ncurses tar:tgz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_SUB= VERSION="${PORTVERSION}" .include <bsd.port.pre.mk> diff --git a/irc/sic/pkg-plist b/irc/sic/pkg-plist index 287136180072..72c4c60a09e7 100644 --- a/irc/sic/pkg-plist +++ b/irc/sic/pkg-plist @@ -1,5 +1,5 @@ bin/sic bin/sic-%%VERSION%% -man/man1/sic.1.gz -man/man5/sic-alias.5.gz -man/man5/sic-server.5.gz +share/man/man1/sic.1.gz +share/man/man5/sic-alias.5.gz +share/man/man5/sic-server.5.gz