pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/8cc: make Git configuration simpler



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <rillig%NetBSD.org@localhost>
Pushed By:	rillig
Date:		Sun Feb 25 19:19:10 2018 +0000
Changeset:	fdd3420d5414d3e6d89aedac836067c64823b271

Modified Files:
	8cc-git/Makefile

Log Message:
wip/8cc: make Git configuration simpler

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fdd3420d5414d3e6d89aedac836067c64823b271

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 8cc-git/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/8cc-git/Makefile b/8cc-git/Makefile
index 1e41a2a0df..4670131b9b 100644
--- a/8cc-git/Makefile
+++ b/8cc-git/Makefile
@@ -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@localhost
 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"


Home | Main Index | Thread Index | Old Index