Index: head/textproc/asm2html/Makefile
===================================================================
--- head/textproc/asm2html/Makefile (revision 468338)
+++ head/textproc/asm2html/Makefile (revision 468339)
@@ -1,26 +1,26 @@
# Created by: Ben Haga
# $FreeBSD$
PORTNAME= asm2html
PORTVERSION= 1.7
CATEGORIES= textproc
MASTER_SITES= http://bsdforge.com/projects/source/textproc/asm2html/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Converts NASM syntax assembly code to HTML code
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+=--prefix=${PREFIX}
-MAKE_ARGS+= CC=${CC}
+GNU_CONFIGURE= yes
+MAKE_ARGS= CC=${CC}
PLIST_FILES= bin/asm2html man/man1/asm2html.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/asm2html ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/asm2html.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include
Index: head/textproc/asm2html/pkg-descr
===================================================================
--- head/textproc/asm2html/pkg-descr (revision 468338)
+++ head/textproc/asm2html/pkg-descr (revision 468339)
@@ -1,6 +1,6 @@
asm2html converts NASM syntax assembly code into HTML output,
suitable for display as web pages on your web site.
Soon it will produce XHTML output, with additional options.
-WWW: http://bsdforge.com/projects/textproc/asm2html/
+WWW: https://bsdforge.com/projects/textproc/asm2html/