svn commit: r313932 - head/mail/qmail
Bryan Drewery
bdrewery at FreeBSD.org
Mon Mar 11 19:43:30 UTC 2013
Author: bdrewery
Date: Mon Mar 11 19:43:29 2013
New Revision: 313932
URL: http://svnweb.freebsd.org/changeset/ports/313932
Log:
- Fix error when QMAIL_PREFIX is not defined due to extra spaces
"Makefile", line 653: Need an operator
make: fatal errors encountered -- cannot continue
Modified:
head/mail/qmail/Makefile
Modified: head/mail/qmail/Makefile
==============================================================================
--- head/mail/qmail/Makefile Mon Mar 11 19:41:48 2013 (r313931)
+++ head/mail/qmail/Makefile Mon Mar 11 19:43:29 2013 (r313932)
@@ -648,7 +648,7 @@ pre-everything::
@${ECHO_MSG} " then \"${LOCALBASE}/qmail\" is suggested"
@${ECHO_MSG} " instead of \"${LOCALBASE}\", but both will"
@${ECHO_MSG} " work."
- @${ECHO_MSG} ""
+ @${ECHO_MSG} ""
.endif
post-extract:
More information about the svn-ports-head
mailing list