diff options
Diffstat (limited to 'devel/asm2html/Makefile')
-rw-r--r-- | devel/asm2html/Makefile | 10 |
1 files changed, 4 insertions, 6 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" |