aboutsummaryrefslogtreecommitdiff
path: root/www/netrik/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/netrik/Makefile')
-rw-r--r--www/netrik/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/www/netrik/Makefile b/www/netrik/Makefile
index 75234c28c2fe..56496278d029 100644
--- a/www/netrik/Makefile
+++ b/www/netrik/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= netrik
-PORTVERSION= 1.15.4
+PORTVERSION= 1.15.5
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -24,14 +24,12 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --mandir=${PREFIX}/man
+PLIST_FILES= bin/netrik
+
MAN1= netrik.1
MAN5= netrikrc.5
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400000
-LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
-.endif
+PORTDOCS= *
.if defined(NOPORTDOCS)
post-patch:
@@ -41,4 +39,4 @@ post-patch:
${WRKSRC}/doc/Makefile.in
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>