diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-03-29 16:20:49 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-03-29 16:20:49 +0000 |
commit | 56e931c359dd40f6b8ae9ae98e8a874020e7b72b (patch) | |
tree | d64f6a979f8c5267ba7f2da56b1806af601eaa63 /audio/xmms-mailnotify | |
parent | 4e9552605e64f07b7ca18e227b6216697ac924f2 (diff) | |
download | ports-56e931c359dd40f6b8ae9ae98e8a874020e7b72b.tar.gz ports-56e931c359dd40f6b8ae9ae98e8a874020e7b72b.zip |
Notes
Diffstat (limited to 'audio/xmms-mailnotify')
-rw-r--r-- | audio/xmms-mailnotify/Makefile | 4 |
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> |