diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
commit | d99ff5b1ddd4f5357b0098385052809ba9baaba7 (patch) | |
tree | e2a84f68e77dbe7865813a025397d0b883ae5cec /devel/monotone-viz | |
parent | 214095554a40171225b6b1310485e06aea975e57 (diff) | |
download | pkgsrc-d99ff5b1ddd4f5357b0098385052809ba9baaba7.tar.gz |
Comment out dead MASTER_SITES/HOMEPAGEs.
Diffstat (limited to 'devel/monotone-viz')
-rw-r--r-- | devel/monotone-viz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 0859eba995d..2cd90e46bfe 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.85 2017/07/11 14:19:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.86 2017/09/03 08:36:52 wiz Exp $ # DISTNAME= monotone-viz-1.0.2-nolablgtk PKGNAME= ${DISTNAME:S/-nolablgtk//} PKGREVISION= 13 CATEGORIES= devel scm -MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ +#MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://oandrieu.nerim.net/monotone-viz/ +#HOMEPAGE= http://oandrieu.nerim.net/monotone-viz/ COMMENT= Visualize monotone ancestry graphs BUILD_TARGET= monotone-viz |