diff options
author | mat <mat@FreeBSD.org> | 2015-05-08 00:32:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-08 00:32:43 +0800 |
commit | 2f66729463770b0e9fb9f5f0cb1479ba3488aa5c (patch) | |
tree | 63cfeb4094db9cda2a9c23fe5053bddb5b9289c8 /lang/io/Makefile | |
parent | a536185c581d6682fd50b5fa5d87b08be649e201 (diff) | |
download | freebsd-ports-gnome-2f66729463770b0e9fb9f5f0cb1479ba3488aa5c.tar.gz freebsd-ports-gnome-2f66729463770b0e9fb9f5f0cb1479ba3488aa5c.tar.zst freebsd-ports-gnome-2f66729463770b0e9fb9f5f0cb1479ba3488aa5c.zip |
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'lang/io/Makefile')
-rw-r--r-- | lang/io/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index ee5c09fa4e12..bf04376cd901 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -17,8 +17,7 @@ OPTIONS_GROUP= ADDONS USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= stevedekorte -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 23afbcc +GH_TAGNAME= 23afbcc MAKE_JOBS_UNSAFE=yes USE_LDCONFIG= yes |