diff options
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmbday/Makefile | 7 | ||||
-rw-r--r-- | x11-clocks/wmtimer/Makefile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-clocks/wmbday/Makefile b/x11-clocks/wmbday/Makefile index ccb335d2b4e7..dde7ae1e8074 100644 --- a/x11-clocks/wmbday/Makefile +++ b/x11-clocks/wmbday/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: wmbday # Date created: 2004-01-06 -# Whom: Ulrich Spoerlein <q@gmail.com> +# Whom: Ulrich Spoerlein <uspoerlein@gmail.com> # # $FreeBSD$ @@ -8,9 +8,10 @@ PORTNAME= wmbday PORTVERSION= 0.3.1 PORTREVISION= 2 CATEGORIES= x11-clocks -MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/ +MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/ \ + http://people.freebsd.org/~uqs/distfiles/ -MAINTAINER= uqs@spoerlein.net +MAINTAINER= uqs@FreeBSD.org COMMENT= Window Maker dock app that will remind you of birthdays BUILD_DEPENDS= xmessage:${PORTSDIR}/x11/xmessage diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile index ac7783902380..1f34d74f124c 100644 --- a/x11-clocks/wmtimer/Makefile +++ b/x11-clocks/wmtimer/Makefile @@ -9,9 +9,10 @@ PORTNAME= wmtimer PORTVERSION= 2.92 PORTREVISION= 8 CATEGORIES= x11-clocks windowmaker -MASTER_SITES= http://www.darkops.net/wmtimer/ +MASTER_SITES= http://www.darkops.net/wmtimer/ \ + http://people.freebsd.org/~uqs/distfiles/ -MAINTAINER= uqs@spoerlein.net +MAINTAINER= uqs@FreeBSD.org COMMENT= Multi-Function timer dockapp for WindowMaker WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer |