svn commit: r493743 - head/devel/loccount

Yuri Victorovich yuri at FreeBSD.org
Sun Feb 24 06:38:46 UTC 2019


Author: yuri
Date: Sun Feb 24 06:38:45 2019
New Revision: 493743
URL: https://svnweb.freebsd.org/changeset/ports/493743

Log:
  devel/loccount: Rm unnecessary elements

Modified:
  head/devel/loccount/Makefile

Modified: head/devel/loccount/Makefile
==============================================================================
--- head/devel/loccount/Makefile	Sun Feb 24 06:31:47 2019	(r493742)
+++ head/devel/loccount/Makefile	Sun Feb 24 06:38:45 2019	(r493743)
@@ -13,14 +13,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	go:lang/go
 
 USE_GITLAB=	yes
-GH_ACCOUNT=	google
 GL_ACCOUNT=	esr
 GL_COMMIT=	249ea3d6927fd327086b609857c04bb95eafdd98
 
 PLIST_FILES=	bin/${PORTNAME}
 
 do-build:
-	@cd ${WRKSRC}/${GH_SUBDIR} && \
+	@cd ${WRKSRC} && \
 		${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o ${PORTNAME}
 
 do-install:


More information about the svn-ports-head mailing list