diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-29 08:25:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-29 08:25:14 +0800 |
commit | cd4fe3ab8e647633ded233b9139de210e4e17cd6 (patch) | |
tree | 8e9c48f68198223e22990cefdf2b57b9c455ccbc /editors/fileobj | |
parent | d81e68f77fea17a62297c613c3994432bb0f933a (diff) | |
download | freebsd-ports-gnome-cd4fe3ab8e647633ded233b9139de210e4e17cd6.tar.gz freebsd-ports-gnome-cd4fe3ab8e647633ded233b9139de210e4e17cd6.tar.zst freebsd-ports-gnome-cd4fe3ab8e647633ded233b9139de210e4e17cd6.zip |
- Add LICENSE_FILE
- Remove USES=tar:bzip2 (incorrect and no-op with USE_GITHUB)
Approved by: portmgr blanket
Diffstat (limited to 'editors/fileobj')
-rw-r--r-- | editors/fileobj/Makefile | 3 |
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> |