Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2018 09:33:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468339 - head/textproc/asm2html
Message-ID:  <201804260933.w3Q9XnfY059542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804260933.w3Q9XnfY059542>