diff options
-rw-r--r-- | ftp/wget-devel/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index 201749c2d0a0..26ecfdb76992 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -42,6 +42,8 @@ MAN1= wget.1 post-patch: # made by broken KAME patch. Already contacted. @${RM} -f ${WRKSRC}/po/zh.po* +# we don't need to run autoconf. + ${TOUCH} ${WRKSRC}/configure pre-build: @${RM} -f ${WRKSRC}/doc/wget.info* diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 201749c2d0a0..26ecfdb76992 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -42,6 +42,8 @@ MAN1= wget.1 post-patch: # made by broken KAME patch. Already contacted. @${RM} -f ${WRKSRC}/po/zh.po* +# we don't need to run autoconf. + ${TOUCH} ${WRKSRC}/configure pre-build: @${RM} -f ${WRKSRC}/doc/wget.info* |