diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-08 21:07:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-08 21:07:37 +0800 |
commit | 7f3295f75d120d2c38baff3748b662575cd9ace6 (patch) | |
tree | 0b92264b4c1d4c7fc1b9c11d812eeb8515e9a2c2 /textproc | |
parent | c1d8ef0387c508f1b701d4ef5d9e8be2048a5bc2 (diff) | |
download | freebsd-ports-gnome-7f3295f75d120d2c38baff3748b662575cd9ace6.tar.gz freebsd-ports-gnome-7f3295f75d120d2c38baff3748b662575cd9ace6.tar.zst freebsd-ports-gnome-7f3295f75d120d2c38baff3748b662575cd9ace6.zip |
add missing / (slip of the fingers)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/asm2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/asm2html/Makefile b/textproc/asm2html/Makefile index aeeece205d8f..a81adc292e2f 100644 --- a/textproc/asm2html/Makefile +++ b/textproc/asm2html/Makefile @@ -9,7 +9,7 @@ PORTNAME= asm2html PORTVERSION= 1.4 CATEGORIES= textproc MASTER_SITES= http://virtus.ath.cx/asm2html/ \ - http://asm2html.kerneled.com + http://asm2html.kerneled.com/ MAINTAINER= tuxsuximus@hotmail.com COMMENT= Converts NASM syntax assembly code to HTML code |