diff options
author | adamw <adamw@FreeBSD.org> | 2003-09-15 21:36:17 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-09-15 21:36:17 +0000 |
commit | fd50cb90d0073428593b674e9b4cfad071b746db (patch) | |
tree | e838e02c45a78380a296bc86febe62562367f14d /audio | |
parent | 18659574dd94ec01f0bd3d7416524d791cea1466 (diff) | |
download | FreeBSD-ports-fd50cb90d0073428593b674e9b4cfad071b746db.zip FreeBSD-ports-fd50cb90d0073428593b674e9b4cfad071b746db.tar.gz |
Fix a path separation issue in the configure script that was causing
xmms-config problems.
Submitted by: bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/evilbar/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/evilbar/Makefile b/audio/evilbar/Makefile index ffbc684..562e816 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> |