diff options
author | garga <garga@FreeBSD.org> | 2006-04-07 21:44:18 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-07 21:44:18 +0800 |
commit | 228b8b04ef34d6ab1f7e1435d6c1f2ec05d8d95a (patch) | |
tree | 60ae73584817057caa30fc32b78cf204a9883bd6 /audio/zinf | |
parent | 417e519c868a5b03a5938a275ecb5b93c19d222b (diff) | |
download | freebsd-ports-gnome-228b8b04ef34d6ab1f7e1435d6c1f2ec05d8d95a.tar.gz freebsd-ports-gnome-228b8b04ef34d6ab1f7e1435d6c1f2ec05d8d95a.tar.zst freebsd-ports-gnome-228b8b04ef34d6ab1f7e1435d6c1f2ec05d8d95a.zip |
- Add USE_GETTEXT
- Use DATADIR macro
PR: ports/95452
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 1 | ||||
-rw-r--r-- | audio/zinf/pkg-plist | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 5cfe4cd5db06..c6c4b27e9b2a 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget gtk20 lthack WANT_GNOME= yes USE_PERL5= yes +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/audio/zinf/pkg-plist b/audio/zinf/pkg-plist index c7243913ba75..225c850e20d8 100644 --- a/audio/zinf/pkg-plist +++ b/audio/zinf/pkg-plist @@ -31,9 +31,9 @@ lib/zinf/plugins/xingmp3.lmc lib/zinf/plugins/zinf.ui share/locale/ca_ES/LC_MESSAGES/zinf.mo share/locale/ru/LC_MESSAGES/zinf.mo -share/zinf/themes/Aquatica.fat -share/zinf/themes/Zinf.fat -share/zinf/themes/ZinfClassic.fat +%%DATADIR%%/themes/Aquatica.fat +%%DATADIR%%/themes/Zinf.fat +%%DATADIR%%/themes/ZinfClassic.fat @dirrm share/zinf/themes @dirrm share/zinf @dirrm lib/zinf/plugins |