diff options
author | tv <tv@pkgsrc.org> | 1998-08-15 00:17:05 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-15 00:17:05 +0000 |
commit | 76f9b2530f11b72e8b91ff58512ee78abdd03c6d (patch) | |
tree | 2f9ed21a5743038690aac6942f21b9a67869300f /devel/gtexinfo | |
parent | 2327b8e24c24d3fb0c128afbf827395ad198d3de (diff) | |
download | pkgsrc-76f9b2530f11b72e8b91ff58512ee78abdd03c6d.tar.gz |
hier(7)-lint: install locale stuff in share/locale, not lib/locale.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/patches/patch-ag | 13 | ||||
-rw-r--r-- | devel/gtexinfo/pkg/PLIST | 6 |
2 files changed, 16 insertions, 3 deletions
diff --git a/devel/gtexinfo/patches/patch-ag b/devel/gtexinfo/patches/patch-ag new file mode 100644 index 00000000000..1692acb5127 --- /dev/null +++ b/devel/gtexinfo/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 1998/08/15 00:17:05 tv Exp $ + +--- configure.orig Fri Aug 14 20:11:14 1998 ++++ configure Fri Aug 14 20:11:38 1998 +@@ -3443,7 +3443,7 @@ + USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.cat + INSTOBJEXT=.cat +- DATADIRNAME=lib ++ DATADIRNAME=share + INTLDEPS='$(top_builddir)/intl/libintl.a' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` diff --git a/devel/gtexinfo/pkg/PLIST b/devel/gtexinfo/pkg/PLIST index 47b0b869508..d100937fdd2 100644 --- a/devel/gtexinfo/pkg/PLIST +++ b/devel/gtexinfo/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1998/03/09 08:09:35 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/08/15 00:17:05 tv Exp $ @unexec %D/bin/install-info --delete --info-dir=%D/info %D/info/info-stnd.info @unexec %D/bin/install-info --delete --info-dir=%D/info %D/info/info.info @unexec %D/bin/install-info --delete --info-dir=%D/info %D/info/texinfo @@ -26,5 +26,5 @@ info/texinfo-9 @exec %D/bin/install-info --info-dir=%D/info %D/info/info-stnd.info @exec %D/bin/install-info --info-dir=%D/info %D/info/info.info @exec %D/bin/install-info --info-dir=%D/info %D/info/texinfo -lib/locale/de/LC_MESSAGES/texinfo.cat -lib/locale/fr/LC_MESSAGES/texinfo.cat +share/locale/de/LC_MESSAGES/texinfo.cat +share/locale/fr/LC_MESSAGES/texinfo.cat |