summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-07 08:50:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-07 08:50:59 +0000
commit279abe36d74e0c3d49362d3535fc060b25ec9581 (patch)
treec44e587660edbb30710e9c251c62b4afc26d7edd /misc/mc
parentCorrect mistyped MASTER_SITE that caused fetching to never succeed. (diff)
Fix bad MASTER_SITE_SUBDIR so this port will acutally fetch.
Notes
Notes: svn path=/head/; revision=15167
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 0d5408ceb6da..1f88cff7cb45 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -3,13 +3,13 @@
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.24 1998/09/22 17:13:00 asami Exp $
+# $Id: Makefile,v 1.25 1998/12/06 09:39:22 vanilla Exp $
#
DISTNAME= mc-4.5.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= utils/file/managers/mc
+MASTER_SITE_SUBDIR= utils/file/managers/mc/devel
MAINTAINER= ports@FreeBSD.ORG