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

(-)devel/autoconf262/Makefile (-1 / +8 lines)
Lines 28-33 USE_GMAKE= yes Link Here
28
USE_PERL5=	yes
28
USE_PERL5=	yes
29
INFO=		autoconf-${BUILD_VERSION}
29
INFO=		autoconf-${BUILD_VERSION}
30
30
31
.include <bsd.port.pre.mk>
32
33
.if ${OSVERSION} < 600000
34
BUILD_DEPENDS+=	${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
35
CONFIGURE_ENV+=	MAKEINFO="${LOCALBASE}/bin/makeinfo"
36
.endif
37
31
GNU_CONFIGURE=	yes
38
GNU_CONFIGURE=	yes
32
CONFIGURE_ENV+=	CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4
39
CONFIGURE_ENV+=	CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4
33
CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION} --without-lispdir
40
CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION} --without-lispdir
Lines 57-60 post-install: Link Here
57
	@${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${PREFIX}/share/autoconf-${BUILD_VERSION}
64
	@${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${PREFIX}/share/autoconf-${BUILD_VERSION}
58
.endfor
65
.endfor
59
66
60
.include <bsd.port.mk>
67
.include <bsd.port.post.mk>

Return to bug 123985