diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-05 05:24:18 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-05 05:24:18 +0000 |
commit | ba37c3113c3630c4dfb7f7ed815885aa8a281bca (patch) | |
tree | 0cab9ec7e4c4551fbf5da00a4cf69d0465bbcb37 /www | |
parent | - Fix build with gcc 4 (diff) |
- Update to 20080331
PR: ports/122324
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=210557
Diffstat (limited to 'www')
-rw-r--r-- | www/netstiff/Makefile | 10 | ||||
-rw-r--r-- | www/netstiff/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/www/netstiff/Makefile b/www/netstiff/Makefile index bc8260580bca..bc96b72530cd 100644 --- a/www/netstiff/Makefile +++ b/www/netstiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netstiff -PORTVERSION= 20070621 +PORTVERSION= 20080331 CATEGORIES= www MASTER_SITES= http://pkqs.net/~sbeyer/tools/netstiff/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -16,9 +16,9 @@ COMMENT= A powerful web page update checker NO_BUILD= yes USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +PORTDOCS= ChangeLog LICENSE THANKSTO PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 @@ -28,5 +28,11 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} -p ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> diff --git a/www/netstiff/distinfo b/www/netstiff/distinfo index 676085e8c1c7..ee1756aa7b84 100644 --- a/www/netstiff/distinfo +++ b/www/netstiff/distinfo @@ -1,3 +1,3 @@ -MD5 (netstiff_20070621.orig.tar.gz) = 2282078a13d6e8ffca47bca39a748b30 -SHA256 (netstiff_20070621.orig.tar.gz) = a0a89c784de793ff34ad24646e7f750ecb0fdb8530a27527148b1cf79c9f47cf -SIZE (netstiff_20070621.orig.tar.gz) = 15603 +MD5 (netstiff_20080331.orig.tar.gz) = afb24c1c966228664368f770dc42c021 +SHA256 (netstiff_20080331.orig.tar.gz) = ae279336487c71bad2f7cd1673ba09180e8f5784f2226375e95f5d546c58f69d +SIZE (netstiff_20080331.orig.tar.gz) = 30833 |