diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-12-18 21:57:18 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-12-18 21:57:18 +0000 |
commit | ae686374b26bfb4a2ee60f90d61feed5832b173c (patch) | |
tree | 2d1b9375d8a277f2ff29f1527c100013621c470b /www/netrik/Makefile | |
parent | ecc19191b8c31c271d9ef319d00cf56fc590c79a (diff) |
Notes
Diffstat (limited to 'www/netrik/Makefile')
-rw-r--r-- | www/netrik/Makefile | 12 |
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> |