Purge 5.x support

This commit is contained in:
Ade Lovett 2008-06-01 09:34:31 +00:00
parent f05d4ce615
commit a3b56cfd21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214098
2 changed files with 3 additions and 18 deletions

View file

@ -28,16 +28,8 @@ USE_PERL5= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INFO= automake-${BUILD_VERSION}
.include <bsd.port.pre.mk>
.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" CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
.endif INFO= automake-${BUILD_VERSION}
post-patch: post-patch:
@${RM} ${WRKSRC}/doc/*.info @${RM} ${WRKSRC}/doc/*.info
@ -49,4 +41,4 @@ pre-su-install:
@${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION} @${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION}
@${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION} @${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION}
.include <bsd.port.post.mk> .include <bsd.port.mk>

View file

@ -41,11 +41,4 @@ pre-su-install:
@${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION} @${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION}
@${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION} @${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION}
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.if ${OSVERSION} < 600000
BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
CONFIGURE_ARGS+=MAKEINFO=${LOCALBASE}/bin/makeinfo
.endif
.include <bsd.port.post.mk>