wip/8cc: make Git configuration simpler

This commit is contained in:
Roland Illig 2018-02-25 19:19:10 +00:00
parent 59b9e1b852
commit fdd3420d54
1 changed files with 1 additions and 5 deletions

View File

@ -2,9 +2,7 @@
PKGNAME= 8cc-0
CATEGORIES= lang
GIT_REPOSITORIES= 8cc
GIT_REPO.8cc= https://github.com/rui314/8cc.git
GIT_REPO= https://github.com/rui314/8cc.git
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rui314/8cc/
@ -13,7 +11,5 @@ LICENSE= mit
USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/8cc
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"