diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-01 14:32:49 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-01 14:32:49 +0000 |
commit | 06dabd985ebdfa1bfefefc5fc09ae2a37ddc69ee (patch) | |
tree | ee4be0355b841fb7f7787766917fd4a1ef7d5189 /textproc/asm2html | |
parent | 27dfc6465aeef29f3127c51c6242a1a9aeadbdd6 (diff) |
Notes
Diffstat (limited to 'textproc/asm2html')
-rw-r--r-- | textproc/asm2html/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/asm2html/Makefile b/textproc/asm2html/Makefile index a73e273deafa..5866fe8285b8 100644 --- a/textproc/asm2html/Makefile +++ b/textproc/asm2html/Makefile @@ -8,8 +8,7 @@ PORTNAME= asm2html PORTVERSION= 1.4 CATEGORIES= textproc -MASTER_SITES= http://virtus.ath.cx/asm2html/ \ - http://asm2html.kerneled.com/ +MASTER_SITES= http://virtus.ath.cx/asm2html/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts NASM syntax assembly code to HTML code |