svn commit: r362132 - head/mail/postfix-logwatch

Adam Weinberger adamw at FreeBSD.org
Thu Jul 17 11:21:57 UTC 2014


Author: adamw
Date: Thu Jul 17 11:21:57 2014
New Revision: 362132
URL: http://svnweb.freebsd.org/changeset/ports/362132
QAT: https://qat.redports.org/buildarchive/r362132/

Log:
  Fix typo.
  
  Caught by:	az

Modified:
  head/mail/postfix-logwatch/Makefile

Modified: head/mail/postfix-logwatch/Makefile
==============================================================================
--- head/mail/postfix-logwatch/Makefile	Thu Jul 17 10:13:06 2014	(r362131)
+++ head/mail/postfix-logwatch/Makefile	Thu Jul 17 11:21:57 2014	(r362132)
@@ -26,7 +26,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-patch:
 	@(cd ${WRKSRC} && \
-		${REINPLACE_CMD} -e 's!/usr/local/etc!${ETCDIR}' \
+		${REINPLACE_CMD} -e 's!/usr/local/etc!${ETCDIR}!' \
 		${PORTNAME} ${PORTNAME}.1 README)
 
 do-install:


More information about the svn-ports-all mailing list