aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-29 00:25:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-29 00:25:14 +0000
commit8d276a4a9c5b73da84c4070e48e07c2956d0b440 (patch)
tree8e9c48f68198223e22990cefdf2b57b9c455ccbc /editors
parent865396212a5d89e9efb93b2d9d547a2f8a09c737 (diff)
downloadports-8d276a4a9c5b73da84c4070e48e07c2956d0b440.tar.gz
ports-8d276a4a9c5b73da84c4070e48e07c2956d0b440.zip
- Add LICENSE_FILE
- Remove USES=tar:bzip2 (incorrect and no-op with USE_GITHUB) Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=412080
Diffstat (limited to 'editors')
-rw-r--r--editors/fileobj/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/fileobj/Makefile b/editors/fileobj/Makefile
index 5d8c3cf63c01..42605db96805 100644
--- a/editors/fileobj/Makefile
+++ b/editors/fileobj/Makefile
@@ -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>