diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-29 00:25:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-29 00:25:14 +0000 |
commit | 8d276a4a9c5b73da84c4070e48e07c2956d0b440 (patch) | |
tree | 8e9c48f68198223e22990cefdf2b57b9c455ccbc /editors/fileobj | |
parent | 865396212a5d89e9efb93b2d9d547a2f8a09c737 (diff) | |
download | ports-8d276a4a9c5b73da84c4070e48e07c2956d0b440.tar.gz ports-8d276a4a9c5b73da84c4070e48e07c2956d0b440.zip |
Notes
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> |