aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2011-03-25 00:05:07 +0800
committerdhn <dhn@FreeBSD.org>2011-03-25 00:05:07 +0800
commit9b2ed23f72821b9d9c2168809a6b6a49822107a6 (patch)
treeefc6dd66264c5927e0627892ce3550499e35f9b8 /x11-clocks
parentc13cab12fcd3a39561dc13238d041ce902bf45db (diff)
downloadfreebsd-ports-gnome-9b2ed23f72821b9d9c2168809a6b6a49822107a6.tar.gz
freebsd-ports-gnome-9b2ed23f72821b9d9c2168809a6b6a49822107a6.tar.zst
freebsd-ports-gnome-9b2ed23f72821b9d9c2168809a6b6a49822107a6.zip
- Update MASTER_SITES
- Add LICENSE - Pass maintainership to submitter PR: ports/155769 Submitted by: Klaus Aehlig <aehlig@linta.de>
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/tclock/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-clocks/tclock/Makefile b/x11-clocks/tclock/Makefile
index 9c2f09147f67..930dc86d9b23 100644
--- a/x11-clocks/tclock/Makefile
+++ b/x11-clocks/tclock/Makefile
@@ -9,20 +9,21 @@ PORTNAME= tclock
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= x11-clocks
-MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/ \
+MASTER_SITES= http://www.linta.de/distfiles/ \
+ ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/ \
ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
EXTRACT_SUFX= .tar.Z
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= aehlig@linta.de
COMMENT= Transparent analog clock for x11
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= tclock.1
PLIST_FILES= bin/tclock
+LICENSE= GPLv1
+LICENSE_FILE= ${WRKSRC}/COPYING
+
.include <bsd.port.mk>