diff options
author | adamw <adamw@FreeBSD.org> | 2014-03-03 22:42:38 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-03-03 22:42:38 +0800 |
commit | c6500aa6d3c2497ae8acb2dbf1bb96dc21b95976 (patch) | |
tree | d9e59c0b1ada323dff089a8edb88b9b4b101e356 /shells | |
parent | 907a164a0af9d9f78577253253eb3d7aa52e78af (diff) | |
download | freebsd-ports-gnome-c6500aa6d3c2497ae8acb2dbf1bb96dc21b95976.tar.gz freebsd-ports-gnome-c6500aa6d3c2497ae8acb2dbf1bb96dc21b95976.tar.zst freebsd-ports-gnome-c6500aa6d3c2497ae8acb2dbf1bb96dc21b95976.zip |
The distfile is finally up on the alioth files area,
so switch to it as the MASTER_SITE.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index de4d8875c67d..290143ad8bb6 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 2.1 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= adamw +MASTER_SITES= http://bash-completion.alioth.debian.org/files/ MAINTAINER= adamw@FreeBSD.org COMMENT= Programmable completion library for Bash |