svn commit: r475790 - head/devel/elftoaout

Danilo G. Baio dbaio at FreeBSD.org
Sun Jul 29 19:21:43 UTC 2018


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 at 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 \


More information about the svn-ports-all mailing list