aboutsummaryrefslogtreecommitdiff
path: root/devel/automake110/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2008-06-01 09:34:31 +0000
committerAde Lovett <ade@FreeBSD.org>2008-06-01 09:34:31 +0000
commita3b56cfd217f3f160c2062d28b2d5f25e2e3386b (patch)
tree8a86ac48f4c49dfb99f0911e0c2ba9f41db3418b /devel/automake110/Makefile
parentf05d4ce615f1d123af45e91aa9d36446ed316e06 (diff)
downloadports-a3b56cfd217f3f160c2062d28b2d5f25e2e3386b.tar.gz
ports-a3b56cfd217f3f160c2062d28b2d5f25e2e3386b.zip
Purge 5.x support
Notes
Notes: svn path=/head/; revision=214098
Diffstat (limited to 'devel/automake110/Makefile')
-rw-r--r--devel/automake110/Makefile12
1 files changed, 2 insertions, 10 deletions
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 <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"
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>