diff options
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 95eaffbf4d39..1a46aa8f3a3e 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -21,7 +21,7 @@ INSTALL_TARGET= install-strip INFO= gsl-ref post-extract: - @${RM} -f ${WRKSRC}/doc/gsl-ref.info* + @${RM} ${WRKSRC}/doc/gsl-ref.info* #prevent regression test coredumps from causing failures on the #package-building cluster: |