aboutsummaryrefslogtreecommitdiff
path: root/www/webcheck
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-10-03 10:09:02 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-10-03 10:09:02 +0000
commit34d6a2d12d94296422ce180aeb4220a52a57c513 (patch)
tree00878ef14157c8eb0619e32ca2934181f3232bc4 /www/webcheck
parent2eadcb19746912999ce1e7b7e9f290a9cafeb905 (diff)
downloadports-34d6a2d12d94296422ce180aeb4220a52a57c513.tar.gz
ports-34d6a2d12d94296422ce180aeb4220a52a57c513.zip
Upgrade to v0.9.
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer)
Notes
Notes: svn path=/head/; revision=13606
Diffstat (limited to 'www/webcheck')
-rw-r--r--www/webcheck/Makefile7
-rw-r--r--www/webcheck/distinfo2
-rw-r--r--www/webcheck/pkg-plist1
3 files changed, 6 insertions, 4 deletions
diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile
index 95530b1a8479..d6d6e5577c6f 100644
--- a/www/webcheck/Makefile
+++ b/www/webcheck/Makefile
@@ -3,10 +3,10 @@
# Date created: 19 September 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: $
+# $Id: Makefile,v 1.1.1.1 1998/09/21 05:42:14 jkoshy Exp $
#
-DISTNAME= linbot-0.8
+DISTNAME= linbot-0.9
CATEGORIES= www
MASTER_SITES= http://starship.skyport.net/crew/marduk/linbot/
@@ -21,7 +21,8 @@ MAN1= linbot.1
do-install:
${MKDIR} ${PREFIX}/share/linbot
${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
+ ${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot
${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
- ${LN} -s ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
+ ${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
.include <bsd.port.mk>
diff --git a/www/webcheck/distinfo b/www/webcheck/distinfo
index 49dc088ba6a3..d4638a7e3e8e 100644
--- a/www/webcheck/distinfo
+++ b/www/webcheck/distinfo
@@ -1 +1 @@
-MD5 (linbot-0.8.tar.gz) = ee327410be4dacb838aa79b3012763f6
+MD5 (linbot-0.9.tar.gz) = a92ef2783e80468f6910188490fb46df
diff --git a/www/webcheck/pkg-plist b/www/webcheck/pkg-plist
index 7e929c18e1a6..021f553c1116 100644
--- a/www/webcheck/pkg-plist
+++ b/www/webcheck/pkg-plist
@@ -3,6 +3,7 @@ share/linbot/config.py
share/linbot/linbot.py
share/linbot/myUrlLib.py
share/linbot/robotparser.py
+share/linbot/linbot.css
@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot
@unexec rm -rf %D/share/linbot
@unexec rm %D/bin/linbot