diff options
Diffstat (limited to 'audio/gnome-audio')
-rw-r--r-- | audio/gnome-audio/Makefile | 6 | ||||
-rw-r--r-- | audio/gnome-audio/files/patch-aa | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index 0232dfb10729..7997f994fdad 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -14,15 +14,11 @@ DISTNAME= gnome-audio-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org -BUILD_DEPENDS= gnome-config:${PORTSDIR}/x11/gnomelibs -RUN_DEPENDS= gnome-config:${PORTSDIR}/x11/gnomelibs - USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOMELIBS= yes NO_BUILD= yes -INSTALL_TARGET= INSTALL_DATA="${INSTALL_DATA}" install - post-extract: @${RM} -fr ${WRKSRC}/sounds/sounds diff --git a/audio/gnome-audio/files/patch-aa b/audio/gnome-audio/files/patch-aa index 905fd58df364..13a86220f234 100644 --- a/audio/gnome-audio/files/patch-aa +++ b/audio/gnome-audio/files/patch-aa @@ -12,7 +12,7 @@ - install -d $(prefix)/share/sounds/`dirname $$I`; \ - install -m444 $$I $(prefix)/share/sounds/$$I; \ + mkdir -p $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ -+ ${INSTALL_DATA} $$I $(PREFIX)/share/gnome/sounds/$$I; \ ++ ${BSD_INSTALL_DATA} $$I $(PREFIX)/share/gnome/sounds/$$I; \ done install-default-links: |