From df1c99e5920a4631bc89dcd7144d75a2df145780 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 5 Oct 2003 08:45:27 +0000 Subject: - Update to 0.24.2 - Take maintainership --- news/nget/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'news/nget/Makefile') 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 -- cgit v1.2.3