svn commit: r427876 - head/misc/cloc

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Dec 5 11:04:25 UTC 2016


Author: danilo
Date: Mon Dec  5 11:04:24 2016
New Revision: 427876
URL: https://svnweb.freebsd.org/changeset/ports/427876

Log:
  - Simplify the Makefile
  
  Reported by:	mat

Modified:
  head/misc/cloc/Makefile

Modified: head/misc/cloc/Makefile
==============================================================================
--- head/misc/cloc/Makefile	Mon Dec  5 10:13:17 2016	(r427875)
+++ head/misc/cloc/Makefile	Mon Dec  5 11:04:24 2016	(r427876)
@@ -5,7 +5,6 @@ PORTNAME=	cloc
 PORTVERSION=	1.70
 DISTVERSIONPREFIX=	v
 CATEGORIES=	misc
-EXTRACT_SUFX=	.pl
 
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Counts lines of code
@@ -16,7 +15,6 @@ RUN_DEPENDS=	p5-Algorithm-Diff>=0:devel/
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	AlDanial
-GH_PROJECT=	${PORTNAME}
 
 USES=		perl5
 USE_PERL5=	run


More information about the svn-ports-head mailing list