--- /usr/ports/net/mpd/Makefile 2009-06-14 03:07:42.000000000 +0900 +++ Makefile 2009-07-29 23:54:39.000000000 +0900 @@ -29,9 +29,10 @@ .include -.if ${OSVERSION} >= 800097 -BROKEN= does not compile -.endif +post-patch: + ${FIND} ${WRKSRC}/src -type f -name \*.c \ + | ${XARGS} ${GREP} -l 'NG_....LEN[ +1]*' \ + | ${XARGS} ${REINPLACE_CMD} 's/\(NG_....\)LEN[ +1]*/\1SIZ/g' pre-build: @${ECHO}