summaryrefslogtreecommitdiff
path: root/audio/evilbar
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-09-15 21:36:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-09-15 21:36:17 +0000
commitde4f592310346a4f88c395ce075e59d42b284841 (patch)
treebdd0d9114940baae34ee30a4fe446c5b101defc7 /audio/evilbar
parentChase libintl shlib version number. (diff)
Fix a path separation issue in the configure script that was causing
xmms-config problems. Submitted by: bento
Notes
Notes: svn path=/head/; revision=88998
Diffstat (limited to 'audio/evilbar')
-rw-r--r--audio/evilbar/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/evilbar/Makefile b/audio/evilbar/Makefile
index ffbc684e7963..562e8168acdc 100644
--- a/audio/evilbar/Makefile
+++ b/audio/evilbar/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= jens@arnfast.net
COMMENT= Minimalistic statusbar with XMMS control, APM status and clock
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
MAN1= evilbar.1 launch_evilbar.1
@@ -41,4 +42,8 @@ pre-everything::
.endif
@${ECHO_MSG}
+post-patch:
+ @${REINPLACE_CMD} -e '/for as_dir in/s/:/$$PATH_SEPARATOR/g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>