diff options
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r-- | lang/gawk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 43dba893ac01..e7e055a04829 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -31,7 +31,7 @@ INSTALL_TARGET= install-strip PLIST_SUB+= VERSION=${PORTVERSION} post-patch: - @${RM} -f ${WRKSRC}/doc/*.info + @${RM} ${WRKSRC}/doc/*.info @${REINPLACE_CMD} -e 's/ -export-dynamic/ -Wl,--export-dynamic/' \ ${WRKSRC}/configure |