svn commit: r420098 - head/net/freebsd-uucp

Dirk Meyer dinoex at FreeBSD.org
Thu Aug 11 19:30:17 UTC 2016


Author: dinoex
Date: Thu Aug 11 19:30:16 2016
New Revision: 420098
URL: https://svnweb.freebsd.org/changeset/ports/420098

Log:
  - fix regex style

Modified:
  head/net/freebsd-uucp/Makefile

Modified: head/net/freebsd-uucp/Makefile
==============================================================================
--- head/net/freebsd-uucp/Makefile	Thu Aug 11 19:28:01 2016	(r420097)
+++ head/net/freebsd-uucp/Makefile	Thu Aug 11 19:30:16 2016	(r420098)
@@ -55,7 +55,7 @@ post-extract:
 	${REINPLACE_CMD} -e 's|(owner)|(uucpowner)|' \
 		${WRKSRC}/uucp/uustat/Makefile
 	${REINPLACE_CMD} -e 's|0770|0750|' ${WRKSRC}/local.mtree
-	${REINPLACE_CMD} -e 's/getline (/get_line (/g' \
+	${REINPLACE_CMD} -e 's|getline (|get_line (|g' \
 		${WRKSRC}/uucp/libuucp/getlin.c
 
 do-configure:


More information about the svn-ports-all mailing list