diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-29 09:14:37 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-01 19:55:55 +0200 |
commit | 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 (patch) | |
tree | bd3221fe24dd880cfb3169fd2241e74ff7f78bed /lang/c | |
parent | devel/p5-Variable-Disposition: Fix run depends (diff) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'lang/c')
-rw-r--r-- | lang/c/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/c/Makefile b/lang/c/Makefile index fdbf0615d386..a360ba324894 100644 --- a/lang/c/Makefile +++ b/lang/c/Makefile @@ -12,7 +12,6 @@ RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= ryanmjacobs -SHEBANG_FILES= c NO_ARCH= yes NO_BUILD= yes |