diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-12-05 19:04:24 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-12-05 19:04:24 +0800 |
commit | d7572f5c392006109d8e3318270dc19693328ac0 (patch) | |
tree | 7e3062fd90acaf3bee86265b1eca70be7bdd6f20 | |
parent | 367713504230334ffa5ae4e41ca32154228ae8d9 (diff) | |
download | freebsd-ports-gnome-d7572f5c392006109d8e3318270dc19693328ac0.tar.gz freebsd-ports-gnome-d7572f5c392006109d8e3318270dc19693328ac0.tar.zst freebsd-ports-gnome-d7572f5c392006109d8e3318270dc19693328ac0.zip |
- Simplify the Makefile
Reported by: mat
-rw-r--r-- | misc/cloc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/cloc/Makefile b/misc/cloc/Makefile index 09556e290921..ef4100c6aa3b 100644 --- a/misc/cloc/Makefile +++ b/misc/cloc/Makefile @@ -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/p5-Algorithm-Diff USE_GITHUB= yes GH_ACCOUNT= AlDanial -GH_PROJECT= ${PORTNAME} USES= perl5 USE_PERL5= run |