svn commit: r468339 - head/textproc/asm2html
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Apr 26 09:33:49 UTC 2018
Author: amdmi3
Date: Thu Apr 26 09:33:48 2018
New Revision: 468339
URL: https://svnweb.freebsd.org/changeset/ports/468339
Log:
- Add LICENSE_FILE
- Switch to GNU_CONFIGURE
- Update WWW
Approved by: portmgr blanket
Modified:
head/textproc/asm2html/Makefile
head/textproc/asm2html/pkg-descr
Modified: head/textproc/asm2html/Makefile
==============================================================================
--- head/textproc/asm2html/Makefile Thu Apr 26 09:32:55 2018 (r468338)
+++ head/textproc/asm2html/Makefile Thu Apr 26 09:33:48 2018 (r468339)
@@ -10,11 +10,11 @@ MAINTAINER= portmaster at 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
Modified: head/textproc/asm2html/pkg-descr
==============================================================================
--- head/textproc/asm2html/pkg-descr Thu Apr 26 09:32:55 2018 (r468338)
+++ head/textproc/asm2html/pkg-descr Thu Apr 26 09:33:48 2018 (r468339)
@@ -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/
More information about the svn-ports-all
mailing list