diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2001-01-25 01:12:56 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2001-01-25 01:12:56 +0000 |
commit | 225ee489dc2f551f823effa329414ca760809d22 (patch) | |
tree | b014dae0cc489972b6110afe7c6383f9ea5df96a /audio/gnapster | |
parent | 6f3337ca58d466ec206b3ecfc2dd5ee2fab42034 (diff) |
Don't use the default HAVE_GNOME distdir.
This fixes the problems people have been seeing.
You can now stop bugging me.
Notes
Notes:
svn path=/head/; revision=37551
Diffstat (limited to 'audio/gnapster')
-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 |