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

(-)motor/Makefile (+4 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	motor
8
PORTNAME=	motor
9
PORTVERSION=	3.4.0
9
PORTVERSION=	3.4.0
10
PORTREVISION=	1
10
CATEGORIES=	devel
11
CATEGORIES=	devel
11
MASTER_SITES=	http://konst.org.ua/download/
12
MASTER_SITES=	http://konst.org.ua/download/
12
13
Lines 33-38 Link Here
33
.if ${OSVERSION} < 400010
34
.if ${OSVERSION} < 400010
34
LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
35
LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
35
.endif
36
.endif
37
38
post-patch:
39
	@${REINPLACE_CMD} -e 's|zxvf|&o|' ${WRKSRC}/share/Makefile.in
36
40
37
.if !defined(NOPORTDOCS)
41
.if !defined(NOPORTDOCS)
38
post-install:
42
post-install:

Return to bug 102164