Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 19:21:41 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475790 - head/devel/elftoaout
Message-ID:  <201807291921.w6TJLfSJ055258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sun Jul 29 19:21:41 2018
New Revision: 475790
URL: https://svnweb.freebsd.org/changeset/ports/475790

Log:
  devel/elftoaout: Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/elftoaout/Makefile

Modified: head/devel/elftoaout/Makefile
==============================================================================
--- head/devel/elftoaout/Makefile	Sun Jul 29 19:21:40 2018	(r475789)
+++ head/devel/elftoaout/Makefile	Sun Jul 29 19:21:41 2018	(r475790)
@@ -10,6 +10,9 @@ DISTNAME=	sparc-utils_1.9.orig
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	ELF to a.out conversion tool by Jakub Jelinek and Pete Zaitcev
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 WRKSRC=		${WRKDIR}/sparc-utils-1.9.orig/elftoaout-2.3
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 PLIST_FILES=	bin/elftoaout \



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