diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-09-15 21:36:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-09-15 21:36:17 +0000 |
commit | de4f592310346a4f88c395ce075e59d42b284841 (patch) | |
tree | bdd0d9114940baae34ee30a4fe446c5b101defc7 /audio | |
parent | 92a579b9b88f67529f2e214befeda453f74c063a (diff) |
Notes
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 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> |