1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Look for the default .wav file in the right directory

This commit is contained in:
Tilman Keskinoz 2003-03-29 16:20:49 +00:00
parent 4e9552605e
commit 56e931c359
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77690

View File

@ -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>