diff options
author | ade <ade@FreeBSD.org> | 2010-10-07 23:18:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-07 23:18:56 +0800 |
commit | 3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c (patch) | |
tree | b2ec5f9645d605b21eaa8f3a718533a65857d480 /textproc/iiimf-csconv | |
parent | 08f84213d8c21295359924728fd591ca9a9be7ab (diff) | |
download | freebsd-ports-gnome-3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c.tar.gz freebsd-ports-gnome-3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c.tar.zst freebsd-ports-gnome-3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c.zip |
Migration of final set of working ports from automake{19,110} -> 111
Diffstat (limited to 'textproc/iiimf-csconv')
-rw-r--r-- | textproc/iiimf-csconv/Makefile | 3 | ||||
-rw-r--r-- | textproc/iiimf-csconv/files/patch-Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/iiimf-csconv/Makefile b/textproc/iiimf-csconv/Makefile index 66582218fc97..807002ef548d 100644 --- a/textproc/iiimf-csconv/Makefile +++ b/textproc/iiimf-csconv/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env +USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/lib/CSConv @@ -42,6 +42,7 @@ post-patch: ${BUILDDIR}/csconv.h do-configure: + @${TOUCH} ${BUILDDIR}/config.rpath @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig @${REINPLACE_CMD} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ diff --git a/textproc/iiimf-csconv/files/patch-Makefile b/textproc/iiimf-csconv/files/patch-Makefile index 5b829ed4d387..b2b47e4b29a7 100644 --- a/textproc/iiimf-csconv/files/patch-Makefile +++ b/textproc/iiimf-csconv/files/patch-Makefile @@ -7,8 +7,8 @@ -#LIBTOOLIZE = libtoolize --force --copy -#AUTOHEADER = autoheader -#AUTOCONF = autoconf -+ACLOCAL = aclocal-1.9 -+AUTOMAKE = automake-1.9 --add-missing --copy ++ACLOCAL = aclocal-1.11 ++AUTOMAKE = automake-1.11 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy +AUTOHEADER = autoheader-2.67 +AUTOCONF = autoconf-2.67 |