diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 05:36:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 05:36:14 +0000 |
commit | 647ad614dac90770aed8ee855f489912f9b5dc63 (patch) | |
tree | c9b900046c4f39d7721f60db904a686755abb42f /time | |
parent | d70dd2041d17b7703e7802132c817b5aeac27827 (diff) | |
download | pkgsrc-647ad614dac90770aed8ee855f489912f9b5dc63.tar.gz |
Comment out dead sites.
Diffstat (limited to 'time')
-rw-r--r-- | time/cairo-clock/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/time/cairo-clock/Makefile b/time/cairo-clock/Makefile index cf34e44513b..016b923bc7e 100644 --- a/time/cairo-clock/Makefile +++ b/time/cairo-clock/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.40 2017/02/12 06:26:04 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.41 2017/09/04 05:39:09 wiz Exp $ DISTNAME= cairo-clock_0.3.3-1 PKGNAME= cairo-clock-0.3.3 PKGREVISION= 32 CATEGORIES= time -MASTER_SITES= http://macslow.thepimp.net/projects/cairo-clock/ +#MASTER_SITES= http://macslow.thepimp.net/projects/cairo-clock/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://macslow.thepimp.net/?page_id=23 +#HOMEPAGE= http://macslow.thepimp.net/?page_id=23 COMMENT= Analog clock drawn with vector-graphics WRKSRC= ${WRKDIR}/cairo-clock-0.3.3 |