Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2016 11:04:24 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427876 - head/misc/cloc
Message-ID:  <201612051104.uB5B4OST045088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612051104.uB5B4OST045088>