aboutsummaryrefslogtreecommitdiff
path: root/audio/cmus
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-10-19 21:40:23 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-10-19 21:40:23 +0000
commit359bd34c77a8cb96ac5a7aa3ef7cdd0b06c6baf3 (patch)
tree86070727b0f36578ae482e9304a6d109e15bec97 /audio/cmus
parent21aeda84be75203e72e7a561cd18a585a010e4eb (diff)
downloadports-359bd34c77a8cb96ac5a7aa3ef7cdd0b06c6baf3.tar.gz
ports-359bd34c77a8cb96ac5a7aa3ef7cdd0b06c6baf3.zip
Notes
Diffstat (limited to 'audio/cmus')
-rw-r--r--audio/cmus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 8575f42ebdec..666e36f2f805 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -70,6 +70,7 @@ pre-everything::
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
"s|/bin/bash|${LOCALBASE}/bin/bash|; \
+ /^#include/s|\<id3.h\>|\"id3.h\"|; \
s|-lncursesw|-lncurses|g"
.include <bsd.port.post.mk>