Date: Tue, 29 Mar 2016 00:25:14 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412080 - head/editors/fileobj Message-ID: <201603290025.u2T0PEhS079303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Mar 29 00:25:14 2016 New Revision: 412080 URL: https://svnweb.freebsd.org/changeset/ports/412080 Log: - Add LICENSE_FILE - Remove USES=tar:bzip2 (incorrect and no-op with USE_GITHUB) Approved by: portmgr blanket Modified: head/editors/fileobj/Makefile Modified: head/editors/fileobj/Makefile ============================================================================== --- head/editors/fileobj/Makefile Tue Mar 29 00:24:53 2016 (r412079) +++ head/editors/fileobj/Makefile Tue Mar 29 00:25:14 2016 (r412080) @@ -10,11 +10,12 @@ MAINTAINER= zrj@dragonflybsd.org COMMENT= Portable hex editor with vi like interface LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING GH_ACCOUNT= kusumi USE_GITHUB= yes -USES= python tar:bzip2 +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603290025.u2T0PEhS079303>