Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 14:45:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498137 - head/lang/fasm
Message-ID:  <201904061445.x36EjrNK011531@repo.freebsd.org>

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



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