diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-02-26 23:49:44 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-02-26 23:49:44 +0000 |
commit | 15a52217a5351435704aea33cb0a2b5afccd6181 (patch) | |
tree | fc21c2e482713beb2a152aed006f4924dcfdce98 /lang/c | |
parent | graphics/viewnior: fix build on GCC architectures (diff) |
Return lang/c to the pool
While here, improve style and set NO_ARCH.
PR: 244458
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=527228
Diffstat (limited to 'lang/c')
-rw-r--r-- | lang/c/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/c/Makefile b/lang/c/Makefile index 83eb31943c26..834728f30ab1 100644 --- a/lang/c/Makefile +++ b/lang/c/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= c -PORTVERSION= 0.11 DISTVERSIONPREFIX= v +DISTVERSION= 0.11 CATEGORIES= lang -MAINTAINER= neel@neelc.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to compile and run C programs like a shell script LICENSE= MIT @@ -14,10 +14,11 @@ RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= ryanmjacobs -NO_BUILD= yes - SHEBANG_FILES= c +NO_ARCH= yes +NO_BUILD= yes + PLIST_FILES= bin/${PORTNAME} do-install: |