svn commit: r498137 - head/lang/fasm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 6 14:46:00 UTC 2019


Author: sunpoet
Date: Sat Apr  6 14:45:53 2019
New Revision: 498137
URL: https://svnweb.freebsd.org/changeset/ports/498137

Log:
  Convert to options target helper
  
  - Update MASTER_SITES
  - Update WWW

Modified:
  head/lang/fasm/Makefile
  head/lang/fasm/pkg-descr

Modified: head/lang/fasm/Makefile
==============================================================================
--- head/lang/fasm/Makefile	Sat Apr  6 14:45:48 2019	(r498136)
+++ head/lang/fasm/Makefile	Sat Apr  6 14:45:53 2019	(r498137)
@@ -4,7 +4,7 @@
 PORTNAME=	fasm
 PORTVERSION=	1.73.09
 CATEGORIES=	lang devel
-MASTER_SITES=	http://flatassembler.net/
+MASTER_SITES=	https://flatassembler.net/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Flat, multiple-pass assembler for IA-32 & x86-64 architectures
@@ -24,7 +24,7 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386"
-CFLAGS+=		-m32 -L/usr/lib32 -B/usr/lib32
+CFLAGS+=	-m32 -L/usr/lib32 -B/usr/lib32
 .endif
 
 do-build:
@@ -32,6 +32,8 @@ do-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fasm ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
 

Modified: head/lang/fasm/pkg-descr
==============================================================================
--- head/lang/fasm/pkg-descr	Sat Apr  6 14:45:48 2019	(r498136)
+++ head/lang/fasm/pkg-descr	Sat Apr  6 14:45:53 2019	(r498137)
@@ -7,4 +7,4 @@ the powerful but easy to use macroinstruction support 
 passes to optimize the instruction codes for size.  The flat assembler
 is self-compilable and the full source code is included.
 
-WWW: http://flatassembler.net/
+WWW: https://flatassembler.net/


More information about the svn-ports-head mailing list