Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2018 00:05:14 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473482 - head/lang/fpc
Message-ID:  <201806280005.w5S05EkQ095152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jun 28 00:05:13 2018
New Revision: 473482
URL: https://svnweb.freebsd.org/changeset/ports/473482

Log:
  lang/fpc: Add LICENSE/LICENSE_FILE; Order ONLY_FOR_ARCHS
  
  Approved by:	portmgr blanket

Modified:
  head/lang/fpc/Makefile

Modified: head/lang/fpc/Makefile
==============================================================================
--- head/lang/fpc/Makefile	Wed Jun 27 23:35:05 2018	(r473481)
+++ head/lang/fpc/Makefile	Thu Jun 28 00:05:13 2018	(r473482)
@@ -21,8 +21,12 @@ DIST_SUBDIR=	freepascal
 MAINTAINER?=	acm@FreeBSD.org
 COMMENT?=	Free Pascal compiler with Turbo and Delphi
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/compiler/COPYING.txt
+
+ONLY_FOR_ARCHS=	amd64 i386
+
 USES+=		gmake iconv
-ONLY_FOR_ARCHS=	i386 amd64
 LLD_UNSAFE=	yes	# Links object with invalid section header alignment
 BOOTVER=	3.0.4
 MANVER=		3.0.4



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