aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2001-08-13 19:47:38 +0800
committerjkoshy <jkoshy@FreeBSD.org>2001-08-13 19:47:38 +0800
commit9439cefcc40232fa037eca31bad4f27ce344725f (patch)
tree2154013917695e95c677f780282bed4fd3b7981d /devel
parent51ec76e9302fe9c11a6fc375c11bbd125d1fa360 (diff)
downloadfreebsd-ports-gnome-9439cefcc40232fa037eca31bad4f27ce344725f.tar.gz
freebsd-ports-gnome-9439cefcc40232fa037eca31bad4f27ce344725f.tar.zst
freebsd-ports-gnome-9439cefcc40232fa037eca31bad4f27ce344725f.zip
Update MASTER_SITE to use MASTER_SITE_SOURCEFORGE. Remove
MASTER_SITE_SUNSITE as the current exctags distribution does not seem to present on the few Sunsite mirrors that I checked. Submitted by: Kent Stewart <kstewart@urx.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/ctags/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ctags/Makefile b/devel/ctags/Makefile
index baf92a00894b..7e24d24e4ace 100644
--- a/devel/ctags/Makefile
+++ b/devel/ctags/Makefile
@@ -8,11 +8,9 @@
PORTNAME= ctags
PORTVERSION= 5.0.1
CATEGORIES= devel
-MASTER_SITES= http://ctags.sourceforge.net/archives/ \
- ${MASTER_SITE_SUNSITE} \
- http://fly.hiwaay.net/~darren/archives/ \
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= devel/lang/c jkoshy
+MASTER_SITE_SUBDIR= ctags jkoshy
MAINTAINER= jkoshy@FreeBSD.org