summaryrefslogtreecommitdiff
path: root/audio/gnome-audio
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 07:10:50 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 07:10:50 +0000
commitb7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (patch)
tree1b4ff069c830fd60b78ef9613fa9aa5abef69f83 /audio/gnome-audio
parentImplement WANT_IMLIB and USE_IMLIB. (diff)
Implement USE_GNOME, part 1.
Notes
Notes: svn path=/head/; revision=33428
Diffstat (limited to 'audio/gnome-audio')
-rw-r--r--audio/gnome-audio/Makefile6
-rw-r--r--audio/gnome-audio/files/patch-aa2
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: