summaryrefslogtreecommitdiff
path: root/devel/gettext-m4
diff options
context:
space:
mode:
authorchristos <christos>2011-12-27 21:18:05 +0000
committerchristos <christos>2011-12-27 21:18:05 +0000
commitaaaf5d91362d83c0a1c8ec8577da50afe0d29bc0 (patch)
tree196be8c7570979904a0a92ae30dc24d35d7f93ef /devel/gettext-m4
parent3b9f931cfba61c3013b46db50b99d88d535f5c6e (diff)
downloadpkgsrc-aaaf5d91362d83c0a1c8ec8577da50afe0d29bc0.tar.gz
Put back the 3 macro files lost in the previous update that are needed by
AM_ICONV
Diffstat (limited to 'devel/gettext-m4')
-rw-r--r--devel/gettext-m4/Makefile7
-rw-r--r--devel/gettext-m4/PLIST5
2 files changed, 10 insertions, 2 deletions
diff --git a/devel/gettext-m4/Makefile b/devel/gettext-m4/Makefile
index 91e6fca8bb3..9d19303e1a1 100644
--- a/devel/gettext-m4/Makefile
+++ b/devel/gettext-m4/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2011/04/12 17:41:28 adam Exp $
+# $NetBSD: Makefile,v 1.19 2011/12/27 21:18:05 christos Exp $
.include "../../devel/gettext/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-m4-/}
+PKGREVISION= 1
SVR4_PKGNAME= gttm4
COMMENT= Autoconf/automake m4 files for GNU NLS library
LICENSE= gnu-gpl-v2
@@ -17,5 +18,9 @@ do-install:
${DESTDIR}${PREFIX}/share/aclocal
${INSTALL_DATA} ${WRKSRC}/gettext-tools/m4/*.m4 \
${DESTDIR}${PREFIX}/share/aclocal
+. for i in lib-ld.m4 lib-link.m4 lib-prefix.m4
+ ${INSTALL_DATA} ${WRKSRC}/gettext-tools/gnulib-m4/$i \
+ ${DESTDIR}${PREFIX}/share/aclocal
+. endfor
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/gettext-m4/PLIST b/devel/gettext-m4/PLIST
index 85239bf85d5..2377f6850ef 100644
--- a/devel/gettext-m4/PLIST
+++ b/devel/gettext-m4/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2011/04/12 17:41:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2011/12/27 21:18:05 christos Exp $
share/aclocal/ansi-c++.m4
share/aclocal/codeset.m4
share/aclocal/exported.m4
@@ -15,6 +15,9 @@ share/aclocal/intlmacosx.m4
share/aclocal/intmax.m4
share/aclocal/inttypes-pri.m4
share/aclocal/inttypes_h.m4
+share/aclocal/lib-ld.m4
+share/aclocal/lib-link.m4
+share/aclocal/lib-prefix.m4
share/aclocal/lcmessage.m4
share/aclocal/lock.m4
share/aclocal/longlong.m4