aboutsummaryrefslogtreecommitdiff
path: root/devel/gnu-automake/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnu-automake/Makefile')
-rw-r--r--devel/gnu-automake/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile
index d8acd870a667..8af035536cdb 100644
--- a/devel/gnu-automake/Makefile
+++ b/devel/gnu-automake/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= automake
-PORTVERSION= 1.9.6
+PORTVERSION= 1.10
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
@@ -29,8 +29,10 @@ NO_MTREE= yes
CONFIGURE_ENV= AUTOCONF=${LOCALBASE}/gnu-autotools/bin/autoconf \
AUTOHEADER=${LOCALBASE}/gnu-autotools/bin/autoheader \
MAKEINFO="makeinfo --no-split"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
- --infodir=${PREFIX}/info
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --infodir=${PREFIX}/info --mandir=${PREFIX}/man
+
+PLIST_SUB= VERSION=1.10
post-patch:
@(cd ${WRKSRC}/doc && ${RM} -f *.info*)