diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-25 13:14:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-25 13:14:32 +0000 |
commit | 2b729578d22f694e3754e1bad67004aabed486db (patch) | |
tree | 21bba5063f7df02a7daf6cf695b98ada7e7b9d66 /devel/m4/Makefile | |
parent | 977245837e729aff19a47d414edef8ebe2354dcc (diff) | |
download | pkgsrc-2b729578d22f694e3754e1bad67004aabed486db.tar.gz |
Update to 1.4.4:
Version 1.4.4 - October 2005, by Gary V. Vaughan
* ./configure --infodir=/usr/share/info now works correctly.
* When any file named on the command line is missing exit with status 1.
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 139d6fea1ac..50a8ed44b29 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2005/10/23 19:41:18 rillig Exp $ +# $NetBSD: Makefile,v 1.35 2005/10/25 13:14:32 wiz Exp $ -DISTNAME= m4-1.4.3 +DISTNAME= m4-1.4.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=m4/} @@ -11,10 +11,7 @@ COMMENT= GNU version of UNIX m4 macro language processor PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -CONFIGURE_HAS_INFODIR= no -MAKE_ENV+= INFO_DIR=${INFO_DIR} INFO_FILES= m4.info -USE_MAKEINFO= yes TEST_TARGET= check @@ -32,9 +29,6 @@ PLIST_SUBST+= GM4_LINK="" PLIST_SUBST+= GM4_LINK="@comment " .endif -pre-build: - ${CHMOD} u+w ${WRKSRC}/checks/stamp-checks - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/m4 ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/m4 |