diff options
author | ade <ade@FreeBSD.org> | 2010-12-23 04:05:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-23 04:05:49 +0800 |
commit | b3eaac16d9d3e7dd232308127eb5799f815ef821 (patch) | |
tree | c68d1b2f0ef56bab6c4f255c67470c55cf424f79 /japanese | |
parent | 7ff69e2f85702b7c6b49ce09c3f75364c4e21f85 (diff) | |
download | freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.gz freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.zst freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.zip |
Sync to final (for now) bsd.autotools.mk
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/iiimf-le-canna/Makefile | 1 | ||||
-rw-r--r-- | japanese/iiimf-le-canna/files/patch-Makefile | 10 | ||||
-rw-r--r-- | japanese/iiimf-le-freewnn/Makefile | 1 | ||||
-rw-r--r-- | japanese/iiimf-le-freewnn/files/patch-Makefile | 10 |
4 files changed, 12 insertions, 10 deletions
diff --git a/japanese/iiimf-le-canna/Makefile b/japanese/iiimf-le-canna/Makefile index 8e63e89dca9f..a99852a42c9d 100644 --- a/japanese/iiimf-le-canna/Makefile +++ b/japanese/iiimf-le-canna/Makefile @@ -27,6 +27,7 @@ USE_ICONV= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_AUTOTOOLS= automake:env autoconf:env libtool:env +AUTOTOOLSFILES= Makefile WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/japanese/iiimf-le-canna/files/patch-Makefile b/japanese/iiimf-le-canna/files/patch-Makefile index 20f35ea632a6..a8946b2a35b4 100644 --- a/japanese/iiimf-le-canna/files/patch-Makefile +++ b/japanese/iiimf-le-canna/files/patch-Makefile @@ -7,11 +7,11 @@ -#LIBTOOLIZE = libtoolize --force --copy -#AUTOHEADER = autoheader -#AUTOCONF = autoconf -+ACLOCAL = aclocal-1.11 -+AUTOMAKE = automake-1.11 --add-missing --copy ++ACLOCAL = %%ACLOCAL%% ++AUTOMAKE = %%AUTOMAKE%% --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.68 -+AUTOCONF = autoconf-2.68 ++AUTOHEADER = %%AUTOHEADER%% ++AUTOCONF = %%AUTOCONF%% #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.68 ++AUTORECONF = %%AUTORECONF%% BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/japanese/iiimf-le-freewnn/Makefile b/japanese/iiimf-le-freewnn/Makefile index 954d2bda376f..5fd2b4716e38 100644 --- a/japanese/iiimf-le-freewnn/Makefile +++ b/japanese/iiimf-le-freewnn/Makefile @@ -27,6 +27,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:env autoconf:env libtool:env +AUTOTOOLSFILES= Makefile WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/japanese/iiimf-le-freewnn/files/patch-Makefile b/japanese/iiimf-le-freewnn/files/patch-Makefile index 20f35ea632a6..a8946b2a35b4 100644 --- a/japanese/iiimf-le-freewnn/files/patch-Makefile +++ b/japanese/iiimf-le-freewnn/files/patch-Makefile @@ -7,11 +7,11 @@ -#LIBTOOLIZE = libtoolize --force --copy -#AUTOHEADER = autoheader -#AUTOCONF = autoconf -+ACLOCAL = aclocal-1.11 -+AUTOMAKE = automake-1.11 --add-missing --copy ++ACLOCAL = %%ACLOCAL%% ++AUTOMAKE = %%AUTOMAKE%% --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.68 -+AUTOCONF = autoconf-2.68 ++AUTOHEADER = %%AUTOHEADER%% ++AUTOCONF = %%AUTOCONF%% #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.68 ++AUTORECONF = %%AUTORECONF%% BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake |