View | Details | Raw Unified | Return to bug 201631
Collapse All | Expand All

(-)misc/freebsd-doc-all/Makefile (-6 / +1 lines)
Lines 5-13 Link Here
5
PORTVERSION=	46935
5
PORTVERSION=	46935
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	misc docs
7
CATEGORIES=	misc docs
8
MASTER_SITES=	#empty
9
DISTFILES=	#empty
10
EXTRACT_ONLY=	#empty
11
8
12
MAINTAINER=	doceng@FreeBSD.org
9
MAINTAINER=	doceng@FreeBSD.org
13
COMMENT=	Documentation from the FreeBSD Documentation Project
10
COMMENT=	Documentation from the FreeBSD Documentation Project
Lines 32-41 Link Here
32
		zh_cn-freebsd-doc>=${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_cn	\
29
		zh_cn-freebsd-doc>=${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_cn	\
33
		zh_tw-freebsd-doc>=${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_tw
30
		zh_tw-freebsd-doc>=${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_tw
34
31
35
NO_BUILD=	yes
32
USES=		metaport
36
33
37
do-install:	# empty
38
39
.if make(package)
34
.if make(package)
40
DEPENDS_TARGET="package"
35
DEPENDS_TARGET="package"
41
.endif
36
.endif

Return to bug 201631