diff options
author | steve <steve@FreeBSD.org> | 1998-08-30 18:12:41 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-30 18:12:41 +0000 |
commit | 73a951bb9ed9ac504bbe9abfe550d97618468501 (patch) | |
tree | 553209037808dbb68f720641b8169aa8be0e5fb0 /misc | |
parent | 8ff07030c811d9d092cfc4a85cf4f44ccf0d9395 (diff) | |
download | FreeBSD-ports-73a951bb9ed9ac504bbe9abfe550d97618468501.zip FreeBSD-ports-73a951bb9ed9ac504bbe9abfe550d97618468501.tar.gz |
New MASTER_SITE_SUBDIR and update maintainer's email address.
PR: 7776
Submitted by: maintainer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kwatch/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/kwatch/Makefile b/misc/kwatch/Makefile index 298797b..76292e7 100644 --- a/misc/kwatch/Makefile +++ b/misc/kwatch/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: kwatch # Version required: Beta4 # Date created: 23 May 1998 -# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> +# Whom: Hans Petter Bieker <zerium@webindex.no> # -# $Id: Makefile,v 1.3 1998/08/12 06:29:31 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/25 10:04:57 asami Exp $ # DISTNAME= kwatch-0.3 CATEGORIES= misc x11 kde MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= /stable/Beta4/apps/utils +MASTER_SITE_SUBDIR= stable/1.0/apps/utils -MAINTAINER= hanspb@persbraten.vgs.no +MAINTAINER= zerium@webindex.no LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ |