diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index c5f95b3fadb9..2da67773f0af 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -28,16 +28,8 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INFO= automake-${BUILD_VERSION} - -.include - -.if ${OSVERSION} < 600000 -BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo -CONFIGURE_ENV+= MAKEINFO="${LOCALBASE}/bin/makeinfo --no-split" -.else CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" -.endif +INFO= automake-${BUILD_VERSION} post-patch: @${RM} ${WRKSRC}/doc/*.info @@ -49,4 +41,4 @@ pre-su-install: @${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION} @${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION} -.include +.include diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile index 6dfdf4c97791..1e9c1e62fc06 100644 --- a/devel/automake19/Makefile +++ b/devel/automake19/Makefile @@ -41,11 +41,4 @@ pre-su-install: @${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION} @${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION} -.include - -.if ${OSVERSION} < 600000 -BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo -CONFIGURE_ARGS+=MAKEINFO=${LOCALBASE}/bin/makeinfo -.endif - -.include +.include