diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-05 22:19:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-05 22:19:19 +0800 |
commit | 3e917de296c4ef5b86e2175a6cf4e0f98d45483e (patch) | |
tree | bb868b8864bc2ec4a7113ff88b453cc0b57727f1 /sysutils | |
parent | 60c71b7c12015086f82385f316f9425ff515a8e6 (diff) | |
download | freebsd-ports-gnome-3e917de296c4ef5b86e2175a6cf4e0f98d45483e.tar.gz freebsd-ports-gnome-3e917de296c4ef5b86e2175a6cf4e0f98d45483e.tar.zst freebsd-ports-gnome-3e917de296c4ef5b86e2175a6cf4e0f98d45483e.zip |
Drop USE_GITHUB as it's broken:
- 404 during fetch
- sets wrong WRKSRC
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/autojump/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/autojump/Makefile b/sysutils/autojump/Makefile index 6d5d31c7f6d7..9cb76e1b95a9 100644 --- a/sysutils/autojump/Makefile +++ b/sysutils/autojump/Makefile @@ -4,7 +4,7 @@ PORTNAME= autojump PORTVERSION= 13 CATEGORIES= sysutils -MASTER_SITES= GHC http://www.vermatech.com/distfiles/ +MASTER_SITES= http://www.vermatech.com/distfiles/ DISTNAME= autojump_v${PORTVERSION} MAINTAINER= neeraj.verma.ports@vermatech.com @@ -16,8 +16,6 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes USES= python:run -USE_GITHUB= yes -GH_ACCOUNT= joelthelion SUB_FILES= pkg-install PLIST_FILES= bin/autojump \ |