diff options
author | mezz <mezz@FreeBSD.org> | 2006-09-05 06:41:45 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-09-05 06:41:45 +0800 |
commit | 2939d58f0c633285dddf7615ba8ecd9a6eff59f3 (patch) | |
tree | 9ec1be40f702337e857a89df82ee225bc92bfd73 /x11-toolkits | |
parent | afefa7d44eab70b697d11643a8b604f2f34e8eff (diff) | |
download | freebsd-ports-gnome-2939d58f0c633285dddf7615ba8ecd9a6eff59f3.tar.gz freebsd-ports-gnome-2939d58f0c633285dddf7615ba8ecd9a6eff59f3.tar.zst freebsd-ports-gnome-2939d58f0c633285dddf7615ba8ecd9a6eff59f3.zip |
-INSTALLS_SHLIB -> USE_LDCONFIG.
-Add locale stuff in plist that aren't in mtree/BSD.x11-4.dist.
PR: ports/101472
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gal2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gal2/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index 541ff27982e3..239347f01f38 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -28,7 +28,7 @@ USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui libgnomeprintui \ ltverhack USE_GETTEXT= yes USE_X_PREFIX= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-static --with-libiconv CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/gal2/pkg-plist b/x11-toolkits/gal2/pkg-plist index 88628fe7321d..ee4b7e591fd4 100644 --- a/x11-toolkits/gal2/pkg-plist +++ b/x11-toolkits/gal2/pkg-plist @@ -245,6 +245,10 @@ share/locale/vi/LC_MESSAGES/gal-%%VERSION%%.mo share/locale/xh/LC_MESSAGES/gal-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/gal-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/gal-%%VERSION%%.mo +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh @dirrm share/gnome/gal-%%VERSION%%/%%PORTVERSION%%/pixmaps/categories @dirrm share/gnome/gal-%%VERSION%%/%%PORTVERSION%%/pixmaps @dirrm share/gnome/gal-%%VERSION%%/%%PORTVERSION%%/glade |