summaryrefslogtreecommitdiff
path: root/devel/ctags
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2001-08-13 11:47:38 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2001-08-13 11:47:38 +0000
commit1042989ff49c2dd7091e1ef833f843ef4e62126a (patch)
treee77dbb5371e030418c07dc7ac341ebba52c4453d /devel/ctags
parentUpdate to version 1.75 (diff)
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>
Notes
Notes: svn path=/head/; revision=46174
Diffstat (limited to 'devel/ctags')
-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