diff options
author | danilo <danilo@FreeBSD.org> | 2016-12-05 19:04:24 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2016-12-05 19:04:24 +0800 |
commit | 4677f5573ddc144442e568ec65cb9a951756f7d9 (patch) | |
tree | 7e3062fd90acaf3bee86265b1eca70be7bdd6f20 /misc | |
parent | c2f607cbc479f3a795b97d3b1ca6a34db46eb798 (diff) | |
download | freebsd-ports-graphics-4677f5573ddc144442e568ec65cb9a951756f7d9.tar.gz freebsd-ports-graphics-4677f5573ddc144442e568ec65cb9a951756f7d9.tar.zst freebsd-ports-graphics-4677f5573ddc144442e568ec65cb9a951756f7d9.zip |
- Simplify the Makefile
Reported by: mat
Diffstat (limited to 'misc')
-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 09556e29092..ef4100c6aa3 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 |