diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-07 13:47:59 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-07 13:47:59 +0000 |
| commit | abedaf1693e085d9ba4afc65bcc9da84ad4582ec (patch) | |
| tree | bd8f93d1102e379af1712b039dd30d7e103e0ccb | |
| parent | Remove redundant GH master site. (diff) | |
- Switch to USES=gmake.
- Remove redundant GH master site.
| -rw-r--r-- | net/ranch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ranch/Makefile b/net/ranch/Makefile index fccf78ae64d4..3a61ee4dcb6f 100644 --- a/net/ranch/Makefile +++ b/net/ranch/Makefile @@ -3,7 +3,6 @@ PORTNAME= ranch PORTVERSION= 0.8.5 CATEGORIES= net -MASTER_SITES= GH MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang socket acceptor pool for TCP protocols @@ -13,7 +12,7 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}" -USE_GMAKE= yes +USES= gmake USE_GITHUB= yes GH_ACCOUNT= extend GH_PROJECT= ranch |
