diff options
author | reed <reed@pkgsrc.org> | 2004-05-08 02:08:38 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-08 02:08:38 +0000 |
commit | 64ec3da5bed592cf329580f74ae6b43c7cfbd6aa (patch) | |
tree | 472b551bf446bf00b1f3c7f596e0c8ffeef6882b /devel/m4/Makefile | |
parent | 867064a886c898ed6312f0be822e31b63be5712a (diff) | |
download | pkgsrc-64ec3da5bed592cf329580f74ae6b43c7cfbd6aa.tar.gz |
Use a new option NO_CONFIGURE_INFODIR which is about to be introduced
because although these packages use autoconf-style configure
scripts they do not know --infodir option.
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index a3a67181e2b..2ee3e4fe1b8 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/05/08 01:59:07 reed Exp $ +# $NetBSD: Makefile,v 1.27 2004/05/08 02:08:38 reed Exp $ # DISTNAME= m4-1.4 @@ -14,6 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes GNU_CONFIGURE= yes +NO_CONFIGURE_INFODIR= yes MAKE_ENV+= INFO_DIR=${INFO_DIR} INFO_FILES= m4.info USE_MAKEINFO= yes |