svn commit: r412080 - head/editors/fileobj
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Mar 29 00:25:15 UTC 2016
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 at 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>
More information about the svn-ports-all
mailing list