git: 38e1d4efad0a - main - net-p2p/ncdc: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 07:36:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=38e1d4efad0a0df2ee268b103879049ba98e228c commit 38e1d4efad0a0df2ee268b103879049ba98e228c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 07:02:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 07:02:34 +0000 net-p2p/ncdc: Moved man to share/man Approved by: portmgr (blanket) --- net-p2p/ncdc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile index 3e985b1085c7..25b71f47b565 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncdc PORTVERSION= 1.22.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= http://dev.yorhel.nl/download/ @@ -21,8 +21,9 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ USES= compiler:c11 gmake gnome pkgconfig ncurses USE_GNOME= glib20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/ncdc \ - man/man1/ncdc.1.gz + share/man/man1/ncdc.1.gz CONFIGURE_ENV= NCURSES_CFLAGS="-L${NCURSESLIB}" NCURSES_LIBS="-lncursesw" CFLAGS+= -I${LOCALBASE}/include