diff options
author | mef <mef@pkgsrc.org> | 2016-09-24 12:37:35 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-09-24 12:37:35 +0000 |
commit | 17e46818f460059839daebe3167286335054ee8d (patch) | |
tree | e4df1becd96b91a87c8b3d3e92e49213191ce10d | |
parent | 27da8dca2f742d22147798227cb08d0d69a69dcf (diff) | |
download | pkgsrc-17e46818f460059839daebe3167286335054ee8d.tar.gz |
Update HOMEPAGE, previous one not on DNS
-rw-r--r-- | devel/asm2html/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile index 2e75f58810a..30a0993b458 100644 --- a/devel/asm2html/Makefile +++ b/devel/asm2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/03/13 17:02:31 tnn Exp $ +# $NetBSD: Makefile,v 1.12 2016/09/24 12:37:35 mef Exp $ # DISTNAME= asm2html-1.4 @@ -6,7 +6,8 @@ CATEGORIES= devel MASTER_SITES= http://virtus.ath.cx/asm2html/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://virtus.ath.cx/asm2html/ +HOMEPAGE= http://bsdforge.com/projects/textproc/asm2html/ + COMMENT= Tool to convert NASM source files to HTML INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |