aboutsummaryrefslogtreecommitdiff
path: root/textproc/asm2html
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-26 09:33:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-26 09:33:48 +0000
commitf66e266467b9e3cf00ea3bdff3072a27b5df52c6 (patch)
treeef960384d5b28e5b60802a0e812774614eaa6331 /textproc/asm2html
parentd6121e3eb370a69089df9212f16aa00c902ea89d (diff)
downloadports-f66e266467b9e3cf00ea3bdff3072a27b5df52c6.tar.gz
ports-f66e266467b9e3cf00ea3bdff3072a27b5df52c6.zip
- Add LICENSE_FILE
- Switch to GNU_CONFIGURE - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=468339
Diffstat (limited to 'textproc/asm2html')
-rw-r--r--textproc/asm2html/Makefile6
-rw-r--r--textproc/asm2html/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/asm2html/Makefile b/textproc/asm2html/Makefile
index 68d6fa247a0e..71a30857b6c3 100644
--- a/textproc/asm2html/Makefile
+++ b/textproc/asm2html/Makefile
@@ -10,11 +10,11 @@ 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
diff --git a/textproc/asm2html/pkg-descr b/textproc/asm2html/pkg-descr
index 0116b3fe4263..c74dc6bc1d64 100644
--- a/textproc/asm2html/pkg-descr
+++ b/textproc/asm2html/pkg-descr
@@ -3,4 +3,4 @@ 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/