aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-mailnotify
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-03-30 00:20:49 +0800
committerarved <arved@FreeBSD.org>2003-03-30 00:20:49 +0800
commit55d8e4122c3756acf04836549cb2da5c38c2a8ff (patch)
tree8fd052d47d81e50a9f15974842f84fa70957ecf3 /audio/xmms-mailnotify
parentaf1236f2c2db593d13149a623785332b15f59554 (diff)
downloadfreebsd-ports-gnome-55d8e4122c3756acf04836549cb2da5c38c2a8ff.tar.gz
freebsd-ports-gnome-55d8e4122c3756acf04836549cb2da5c38c2a8ff.tar.zst
freebsd-ports-gnome-55d8e4122c3756acf04836549cb2da5c38c2a8ff.zip
Look for the default .wav file in the right directory
Diffstat (limited to 'audio/xmms-mailnotify')
-rw-r--r--audio/xmms-mailnotify/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-mailnotify/Makefile b/audio/xmms-mailnotify/Makefile
index 3935f20fb3c2..8dd1fb90298c 100644
--- a/audio/xmms-mailnotify/Makefile
+++ b/audio/xmms-mailnotify/Makefile
@@ -22,5 +22,9 @@ USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
+
+post-patch:
+ ${REINPLACE_CMD} -e "s,/usr/lib,${X11BASE}/lib," ${WRKSRC}/mailnotify.c
.include <bsd.port.mk>