summaryrefslogtreecommitdiff
path: root/www/webcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/webcheck/Makefile')
-rw-r--r--www/webcheck/Makefile7
1 files changed, 4 insertions, 3 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>