diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 18:39:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 18:39:22 +0000 |
commit | 20169f7fc2e2dcdcc7f01127cd69982f53d97451 (patch) | |
tree | 1834a69dd95c31fa31044fd51968f045bb6c5274 /devel/asm2html | |
parent | 8c6e1744ac2463ef6a974dcafbbcffd23c836bc8 (diff) | |
download | pkgsrc-20169f7fc2e2dcdcc7f01127cd69982f53d97451.tar.gz |
Remove dead MASTERS_SITES. From Zafer Aydogan.
Diffstat (limited to 'devel/asm2html')
-rw-r--r-- | devel/asm2html/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile index 22b13608e33..98fd59c925c 100644 --- a/devel/asm2html/Makefile +++ b/devel/asm2html/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:17 tv Exp $ +# $NetBSD: Makefile,v 1.7 2007/06/08 18:39:23 wiz Exp $ # DISTNAME= asm2html-1.4 CATEGORIES= devel -MASTER_SITES= http://virtus.ath.cx/asm2html/ \ - http://asm2html.kerneled.com/ +MASTER_SITES= http://virtus.ath.cx/asm2html/ MAINTAINER= virtus@wanadoo.nl HOMEPAGE= http://virtus.ath.cx/asm2html/ |