diff options
Diffstat (limited to 'textproc/flex/Makefile')
-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 d54c41defd20..6f14c8adb9f0 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -34,7 +34,7 @@ post-patch: .SILENT ${REINPLACE_CMD} -Ee 's/tests//' \ -e '/mode=compile ..CC/s/\\$$/-fPIC -DPIC &/' \ ${WRKSRC}/Makefile.in - ${RM} -f ${WRKSRC}/doc/*.info* + ${RM} ${WRKSRC}/doc/*.info* post-install: .if ${PORT_OPTIONS:MEXAMPLES} |