diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index 114f3424f0f2..46ebec3b1f6b 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -1,21 +1,22 @@ # New ports collection makefile for: xbattbar # Date created: Fri Feb 18 10:05:12 JST 2000 # Whom: sumikawa # # $FreeBSD$ # PORTNAME= xbattbar PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://infonet.aist-nara.ac.jp/member/suguru/ +MASTER_SITES= http://iplab.aist-nara.ac.jp/member/suguru/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sumikawa@FreeBSD.org USE_IMAKE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION} MAN1= xbattbar.1 .include diff --git a/sysutils/xbattbar/pkg-descr b/sysutils/xbattbar/pkg-descr index f151aad18b8a..33077ec1637e 100644 --- a/sysutils/xbattbar/pkg-descr +++ b/sysutils/xbattbar/pkg-descr @@ -1,10 +1,10 @@ Xbattbar shows the current (laptop) battery status in the X window environment. The battery indicator of this program is very simple: a simple bar in the bottom of your display. With its color, it indicates the AC-line status (plugged in or off-line), and buttery charging/remaining level. -WWW: http://infonet.aist-nara.ac.jp/member/suguru/xbattbar.html +WWW: http://iplab.aist-nara.ac.jp/member/suguru/xbattbar.html --- sumikawa@FreeBSD.org