diff options
author | wiz <wiz> | 2003-06-03 13:55:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-03 13:55:23 +0000 |
commit | 8cf4f55795dad276648908eb904d47ae0f2606ba (patch) | |
tree | 0624423e8abff828e1dfd5b7a2e4c9b2e3547d91 /devel/asm2html | |
parent | 3febde7564d0d1125bafcd3f31456931415fff19 (diff) | |
download | pkgsrc-8cf4f55795dad276648908eb904d47ae0f2606ba.tar.gz |
Update to 1.4, provided by the maintainer Douwe Kiela in PR 21319:
25/04/2003 (virtus): some small bugfixes
25/04/2003 (virtus): added configure script
25/04/2003 (virtus): added manual page
25/04/2003 (virtus): added ./man directory
Diffstat (limited to 'devel/asm2html')
-rw-r--r-- | devel/asm2html/Makefile | 10 | ||||
-rw-r--r-- | devel/asm2html/PLIST | 3 | ||||
-rw-r--r-- | devel/asm2html/distinfo | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile index 110bb21f7d0..b188398b996 100644 --- a/devel/asm2html/Makefile +++ b/devel/asm2html/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/01/23 16:12:02 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/06/03 13:55:23 wiz Exp $ # -DISTNAME= asm2html-1.3 +DISTNAME= asm2html-1.4 CATEGORIES= devel MASTER_SITES= http://virtus.ath.cx/asm2html/ \ http://asm2html.kerneled.com/ @@ -10,9 +10,7 @@ MAINTAINER= virtus@wanadoo.nl HOMEPAGE= http://virtus.ath.cx/asm2html/ COMMENT= Tool to convert NASM source files to HTML -USE_BUILDLINK2= yes - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/asm2html ${PREFIX}/bin +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" diff --git a/devel/asm2html/PLIST b/devel/asm2html/PLIST index 8b2bb2f9e02..d9e40988da9 100644 --- a/devel/asm2html/PLIST +++ b/devel/asm2html/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/13 22:06:42 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/06/03 13:55:23 wiz Exp $ bin/asm2html +man/man1/asm2html.1 diff --git a/devel/asm2html/distinfo b/devel/asm2html/distinfo index a3010249464..8ecfd1395b8 100644 --- a/devel/asm2html/distinfo +++ b/devel/asm2html/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/01/23 16:12:02 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2003/06/03 13:55:23 wiz Exp $ -SHA1 (asm2html-1.3.tar.gz) = 4cf1f5567fe9578ffe69a2aca9734c16efaf938b -Size (asm2html-1.3.tar.gz) = 7139 bytes +SHA1 (asm2html-1.4.tar.gz) = 178ed3f2f7be8d70848f5d6a6162dfd741bc8b88 +Size (asm2html-1.4.tar.gz) = 33975 bytes |