aboutsummaryrefslogtreecommitdiff
path: root/audio/id3ed
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-01-15 21:37:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-01-15 21:37:02 +0000
commit38416310fc61ca26cba329a5a5943afdebfa2a1b (patch)
treef2384347ba1e8d89a16e5eeab8274227aa4aa7dc /audio/id3ed
parent605bf194b29a279d34eb981e8ed2a51d5d7fee56 (diff)
downloadports-38416310fc61ca26cba329a5a5943afdebfa2a1b.tar.gz
ports-38416310fc61ca26cba329a5a5943afdebfa2a1b.zip
- Revert previous commit, which probably belong to another port, since none of
the patched files are present in the work directory here Reported by: pointyhat Pointy hat to: miwi
Notes
Notes: svn path=/head/; revision=289281
Diffstat (limited to 'audio/id3ed')
-rw-r--r--audio/id3ed/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile
index f8e810638ca2..cfeac7e521f5 100644
--- a/audio/id3ed/Makefile
+++ b/audio/id3ed/Makefile
@@ -24,12 +24,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${MANPREFIX}/man/man1
-post-patch:
- @${REINPLACE_CMD} '/main/s/unsigned int/int/' \
- ${WRKSRC}/examples/demo_*.cpp
- @${REINPLACE_CMD} 's/\(iomanip\)\.h/\1/' ${WRKSRC}/configure
- @${REINPLACE_CMD} '/include.*/{ p; s//include <cstring>/; n;n;n; }' \
- ${WRKSRC}/include/id3/id3lib_strings.h \
- ${WRKSRC}/include/id3/writers.h
-
.include <bsd.port.mk>