aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-mailnotify
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-03-29 16:20:49 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-03-29 16:20:49 +0000
commit56e931c359dd40f6b8ae9ae98e8a874020e7b72b (patch)
treed64f6a979f8c5267ba7f2da56b1806af601eaa63 /audio/xmms-mailnotify
parent4e9552605e64f07b7ca18e227b6216697ac924f2 (diff)
downloadports-56e931c359dd40f6b8ae9ae98e8a874020e7b72b.tar.gz
ports-56e931c359dd40f6b8ae9ae98e8a874020e7b72b.zip
Look for the default .wav file in the right directory
Notes
Notes: svn path=/head/; revision=77690
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>