View | Details | Raw Unified | Return to bug 238425 | Differences between
and this patch

Collapse All | Expand All

(-)misc/Makefile (+1 lines)
Lines 247-252 Link Here
247
    SUBDIR += mbuffer
247
    SUBDIR += mbuffer
248
    SUBDIR += mc
248
    SUBDIR += mc
249
    SUBDIR += mc-light
249
    SUBDIR += mc-light
250
    SUBDIR += mc-nox11
250
    SUBDIR += mdp
251
    SUBDIR += mdp
251
    SUBDIR += metalink-checker
252
    SUBDIR += metalink-checker
252
    SUBDIR += metalink-editor
253
    SUBDIR += metalink-editor
(-)misc/mc/Makefile (-1 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mc
4
PORTNAME=	mc
5
PORTVERSION=	4.8.22
5
PORTVERSION=	4.8.22
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	misc shells
7
CATEGORIES=	misc shells
8
MASTER_SITES=	http://ftp.midnight-commander.org/ \
8
MASTER_SITES=	http://ftp.midnight-commander.org/ \
9
		https://ftp.osuosl.org/pub/midnightcommander/
9
		https://ftp.osuosl.org/pub/midnightcommander/
Lines 60-65 Link Here
60
60
61
X11_CONFIGURE_ENABLE=	x
61
X11_CONFIGURE_ENABLE=	x
62
X11_USE=		xorg=x11,xext
62
X11_USE=		xorg=x11,xext
63
X11_VARS=		CONFLICTS_INSTALL+="mc-nox11-[0-9]*"
64
X11_VARS_OFF=		CONFLICTS_INSTALL+="mc-[0-9]*" PKGNAMESUFFIX=-nox11
63
65
64
PORTDOCS=	*
66
PORTDOCS=	*
65
67
(-)misc/mc-nox11/Makefile (+7 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
MASTERDIR=	${.CURDIR}/../mc
4
PKGNAMESUFFIX=	-nox11
5
OPTIONS_EXCLUDE=	X11
6
7
.include "${MASTERDIR}/Makefile"

Return to bug 238425