diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-10-03 10:09:02 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-10-03 10:09:02 +0000 |
commit | 848352004d845ab177cdc4af7368bd3e3b28b7e8 (patch) | |
tree | 3c95425eb0101ae2d0c9d7801e640cadadd7c712 /www/linbot | |
parent | 6dfba394e3aed94de314dc8140a22a040436a171 (diff) | |
download | FreeBSD-ports-848352004d845ab177cdc4af7368bd3e3b28b7e8.zip FreeBSD-ports-848352004d845ab177cdc4af7368bd3e3b28b7e8.tar.gz |
Upgrade to v0.9.
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer)
Diffstat (limited to 'www/linbot')
-rw-r--r-- | www/linbot/Makefile | 7 | ||||
-rw-r--r-- | www/linbot/distinfo | 2 | ||||
-rw-r--r-- | www/linbot/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/linbot/Makefile b/www/linbot/Makefile index 95530b1..d6d6e55 100644 --- a/www/linbot/Makefile +++ b/www/linbot/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/linbot/distinfo b/www/linbot/distinfo index 49dc088..d4638a7 100644 --- a/www/linbot/distinfo +++ b/www/linbot/distinfo @@ -1 +1 @@ -MD5 (linbot-0.8.tar.gz) = ee327410be4dacb838aa79b3012763f6 +MD5 (linbot-0.9.tar.gz) = a92ef2783e80468f6910188490fb46df diff --git a/www/linbot/pkg-plist b/www/linbot/pkg-plist index 7e929c1..021f553 100644 --- a/www/linbot/pkg-plist +++ b/www/linbot/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 |