Fix comment, remove redundant GITHUB_PROJECT. From private mail by wiz, thanks!
This commit is contained in:
parent
81f4578413
commit
8f2b445019
1 changed files with 2 additions and 3 deletions
|
@ -1,14 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/08/20 09:33:53 bsiegert Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2016/08/20 13:43:22 bsiegert Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lf-20160819
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=gokcehan/}
|
||||
GITHUB_PROJECT= lf
|
||||
GITHUB_TAG= a6d92f4
|
||||
|
||||
HOMEPAGE= https://${GO_SRCPATH}
|
||||
COMMENT= Pure Go termbox implementation
|
||||
COMMENT= Terminal file manager
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
GO_SRCPATH= github.com/gokcehan/lf
|
||||
|
|
Loading…
Reference in a new issue