diff options
author | tron <tron> | 2001-07-01 11:46:49 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-01 11:46:49 +0000 |
commit | c8c217af136fff6ee4981570b25eaba97c6f691a (patch) | |
tree | 284f9e4a809bb6b17d9d5c534bdc50088e98c2c6 /devel/popt | |
parent | 580f84f68bf8da0c1fd2b675b6aa7a3f4732120d (diff) | |
download | pkgsrc-c8c217af136fff6ee4981570b25eaba97c6f691a.tar.gz |
Fix locale support so that it works under NetBSD-1.5 and that locale data
files end up in the correct directory.
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/Makefile | 3 | ||||
-rw-r--r-- | devel/popt/pkg/PLIST | 14 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index a8bf7027737..73ae265a938 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/06/14 12:55:17 mjl Exp $ +# $NetBSD: Makefile,v 1.8 2001/07/01 11:46:49 tron Exp $ # DISTNAME= popt-1.5.-1 @@ -19,4 +19,5 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PKGNAME} MAKE_ENV+= LOCALEDIR=${LOCAL_BASE}/share/locale/ +.include "../../devel/gettext-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/popt/pkg/PLIST b/devel/popt/pkg/PLIST index 8363f2c2adf..d05bc1beaed 100644 --- a/devel/popt/pkg/PLIST +++ b/devel/popt/pkg/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2001/06/14 12:55:18 mjl Exp $ -lib/locale/ro/LC_MESSAGES/popt.mo -lib/locale/sk/LC_MESSAGES/popt.mo +@comment $NetBSD: PLIST,v 1.3 2001/07/01 11:46:49 tron Exp $ +include/popt.h +lib/libpopt.a +lib/libpopt.la lib/libpopt.so -lib/libpopt.so.0.0 lib/libpopt.so.0 -lib/libpopt.la -lib/libpopt.a -include/popt.h +lib/libpopt.so.0.0 man/man3/popt.3 +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/popt.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/popt.mo |