summaryrefslogtreecommitdiff
path: root/www/netstiff/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-04-05 05:24:18 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-04-05 05:24:18 +0000
commitba37c3113c3630c4dfb7f7ed815885aa8a281bca (patch)
tree0cab9ec7e4c4551fbf5da00a4cf69d0465bbcb37 /www/netstiff/Makefile
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/netstiff/Makefile')
-rw-r--r--www/netstiff/Makefile10
1 files changed, 8 insertions, 2 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>