summaryrefslogtreecommitdiff
path: root/news/nget/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/nget/Makefile')
-rw-r--r--news/nget/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile
index 0564e658ee81..ec70e029434b 100644
--- a/news/nget/Makefile
+++ b/news/nget/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= nget
-PORTVERSION= 0.23
+PORTVERSION= 0.24.2
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nget
DISTNAME= nget-${PORTVERSION}+uulib
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= krion@FreeBSD.org
COMMENT= Auto-resuming command line nntp file grabber
MAN1= nget.1 ngetlite.1
@@ -34,5 +34,11 @@ do-install:
post-install:
${STRIP_CMD} ${PREFIX}/bin/nget
${STRIP_CMD} ${PREFIX}/bin/ngetlite
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in README FAQ
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.post.mk>