diff options
-rw-r--r-- | audio/gnapster/Makefile | 1 | ||||
-rw-r--r-- | audio/gnapster/pkg-plist | 16 |
2 files changed, 9 insertions, 8 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index 453c3a126f19..22985959a291 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if defined(HAVE_GNOME) USE_GNOME= yes LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +CONFIGURE_ARGS+= --datadir=${PREFIX}/share .else CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf .endif diff --git a/audio/gnapster/pkg-plist b/audio/gnapster/pkg-plist index 807996e611dd..df1e76a86994 100644 --- a/audio/gnapster/pkg-plist +++ b/audio/gnapster/pkg-plist @@ -1,9 +1,9 @@ bin/gnapster -%%DATADIR%%/gnapster/themes/cyblue.theme -%%DATADIR%%/gnapster/themes/cypress.theme -%%DATADIR%%/gnapster/themes/default.theme -%%DATADIR%%/gnapster/themes/faded.theme -%%DATADIR%%/gnapster/pixmaps/gnapster.png +share/gnapster/themes/cyblue.theme +share/gnapster/themes/cypress.theme +share/gnapster/themes/default.theme +share/gnapster/themes/faded.theme +share/gnapster/pixmaps/gnapster.png share/locale/ca/LC_MESSAGES/gnapster.mo share/locale/da/LC_MESSAGES/gnapster.mo share/locale/de/LC_MESSAGES/gnapster.mo @@ -19,6 +19,6 @@ share/locale/pt/LC_MESSAGES/gnapster.mo share/locale/ru/LC_MESSAGES/gnapster.mo share/locale/sv/LC_MESSAGES/gnapster.mo share/locale/tr/LC_MESSAGES/gnapster.mo -@dirrm %%DATADIR%%/gnapster/themes -@dirrm %%DATADIR%%/gnapster/pixmaps -@dirrm %%DATADIR%%/gnapster +@dirrm share/gnapster/themes +@dirrm share/gnapster/pixmaps +@dirrm share/gnapster |