Error: "Makefile", line 30: Need an operator Due to spaces in Makefile Fix: Line 30, replace the leading spaces with one tab: post-configure: @${PERL} -pi -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config.h ^^^^^^^^ one tab, not eight spaces How-To-Repeat: cd /usr/ports/mail/procmail make
State Changed From-To: open->closed committed, thanks