diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2001-01-25 01:12:56 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2001-01-25 01:12:56 +0000 |
commit | 24e584b149b99bfc081a6cfca35f65c7a5902355 (patch) | |
tree | f63384fd805752d5867e486c49720f9907eed004 /audio/gnapster | |
parent | 13af3c2abe7c689f99461311be7e614636f3bbb9 (diff) | |
download | FreeBSD-ports-24e584b149b99bfc081a6cfca35f65c7a5902355.zip FreeBSD-ports-24e584b149b99bfc081a6cfca35f65c7a5902355.tar.gz |
Don't use the default HAVE_GNOME distdir.
This fixes the problems people have been seeing.
You can now stop bugging me.
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 453c3a1..2298595 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 807996e..df1e76a 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 |