diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 13:06:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 13:06:44 +0000 |
commit | 249bd08a8dfc3321991273e709b4e122609a5598 (patch) | |
tree | afd4a3880be7e8771dbc2c029fd6dd2f4ada495b /textproc/asm2html | |
parent | 9d83d3eeba5d0b33b6cd6529931d0a61703acf07 (diff) |
Notes
Diffstat (limited to 'textproc/asm2html')
-rw-r--r-- | textproc/asm2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/asm2html/Makefile b/textproc/asm2html/Makefile index fea6c43378d0..aeeece205d8f 100644 --- a/textproc/asm2html/Makefile +++ b/textproc/asm2html/Makefile @@ -8,7 +8,8 @@ PORTNAME= asm2html PORTVERSION= 1.4 CATEGORIES= textproc -MASTER_SITES= http://virtus.ath.cx/asm2html/ +MASTER_SITES= http://virtus.ath.cx/asm2html/ \ + http://asm2html.kerneled.com MAINTAINER= tuxsuximus@hotmail.com COMMENT= Converts NASM syntax assembly code to HTML code |