summaryrefslogtreecommitdiff
path: root/devel/asm2html/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-06-03 13:55:23 +0000
committerwiz <wiz@pkgsrc.org>2003-06-03 13:55:23 +0000
commitc9e37e219f4ff6355446b245e86b0c05bfedcf73 (patch)
tree0624423e8abff828e1dfd5b7a2e4c9b2e3547d91 /devel/asm2html/Makefile
parentcec63d120a54671cf71a92779a36df7da2ea6444 (diff)
downloadpkgsrc-c9e37e219f4ff6355446b245e86b0c05bfedcf73.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/Makefile')
-rw-r--r--devel/asm2html/Makefile10
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"