aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 07:02:34 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 07:02:34 +0000
commit38e1d4efad0a0df2ee268b103879049ba98e228c (patch)
tree365e8324f848a5f928cab58bfda9c1ee342434a3 /net-p2p
parent43c44500fc1d24807ea32ab53fe1f199bb0ce674 (diff)
downloadports-38e1d4efad0a0df2ee268b103879049ba98e228c.tar.gz
ports-38e1d4efad0a0df2ee268b103879049ba98e228c.zip
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ncdc/Makefile5
1 files 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