summaryrefslogtreecommitdiff
path: root/news/nget/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-05 08:45:27 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-05 08:45:27 +0000
commitdf1c99e5920a4631bc89dcd7144d75a2df145780 (patch)
tree9d1392271c5b69765e8a1cf99bdd365c4eff9005 /news/nget/Makefile
parentUpdate 0.05 (diff)
- Update to 0.24.2
- Take maintainership
Notes
Notes: svn path=/head/; revision=90297
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>