diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-02-26 11:35:01 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-02-26 11:35:01 +0000 |
commit | f8a2f7d4838cfc1361ff3066c2c0980656bd1645 (patch) | |
tree | 5679505eb935c6f1abc8287d5eef1ea2f65f7f80 | |
parent | 822eed94ecfa4bc683c5689997d1a7ad29cbf585 (diff) | |
download | ports-f8a2f7d4838cfc1361ff3066c2c0980656bd1645.tar.gz ports-f8a2f7d4838cfc1361ff3066c2c0980656bd1645.zip |
Notes
-rw-r--r-- | textproc/flex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index 0bc8100316d1..b20fdabac18e 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -36,7 +36,7 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: .SILENT - ${REINPLACE_CMD} -e 's/tests//' \ + ${REINPLACE_CMD} -Ee 's/tests//' \ -e 's/^([[:space:]]*)\$$\(RANLIB\) ([^ ;]*)/\1chmod u+w \2;&/' \ ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's/@MAKEINFO@/& --no-split/g' \ |