diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-11-27 01:06:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-11-27 01:06:06 +0000 |
commit | 5e322f5e1ee64a9ae2225b6c25e9fb94617c5264 (patch) | |
tree | 33e3a58b2544157f5ade78e5904d00463c4c7646 /audio/cmus/Makefile | |
parent | 64bab3473c14cb385a1a69b26a180275e54eea1b (diff) | |
download | ports-5e322f5e1ee64a9ae2225b6c25e9fb94617c5264.tar.gz ports-5e322f5e1ee64a9ae2225b6c25e9fb94617c5264.zip |
Notes
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r-- | audio/cmus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index ab3efa2b838c..bd19b05130f2 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cmus -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= audio MASTER_SITES= http://onion.dynserv.net/~timo/files/ @@ -70,7 +70,6 @@ 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> |