net-p2p/ncdc: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 08:02:34 +01:00
parent 43c44500fc
commit 38e1d4efad
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -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