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

(-)Makefile (-4 / +8 lines)
Lines 18-27 Link Here
18
		cdiff:${PORTSDIR}/textproc/cdiff \
18
		cdiff:${PORTSDIR}/textproc/cdiff \
19
		sudo:${PORTSDIR}/security/sudo
19
		sudo:${PORTSDIR}/security/sudo
20
20
21
.if !defined(WITHOUT_NEWFILE)
22
RUN_DEPENDS+=	newfile:${PORTSDIR}/devel/newfile
23
.endif
24
25
.if !defined(NOPORTDOCS)
21
.if !defined(NOPORTDOCS)
26
INSTALL_TARGET=	install install-docs
22
INSTALL_TARGET=	install install-docs
27
.endif
23
.endif
Lines 40-43 Link Here
40
MAN1=		port.1
36
MAN1=		port.1
41
MAN5=		porttools.5
37
MAN5=		porttools.5
42
38
39
OPTIONS=	NEWFILE "Enable newfile support" on
40
41
.include <bsd.port.options.mk>
42
43
.if !defined(WITHOUT_NEWFILE)
44
RUN_DEPENDS+=	newfile:${PORTSDIR}/devel/newfile
45
.endif
46
43
.include <bsd.port.mk>
47
.include <bsd.port.mk>

Return to bug 166524