diff options
author | sf <sf@FreeBSD.org> | 2001-10-05 08:26:52 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-10-05 08:26:52 +0000 |
commit | 5d5387862f2b032f2588dd44db379d4a94c32e7c (patch) | |
tree | a5319f7103ae68c9674f399a44e6665f69552b3c /ftp | |
parent | 1e759aca1ceeec794831a180ba214991065f9581 (diff) | |
download | FreeBSD-ports-5d5387862f2b032f2588dd44db379d4a94c32e7c.zip FreeBSD-ports-5d5387862f2b032f2588dd44db379d4a94c32e7c.tar.gz |
avoid running autoconf.
Diffstat (limited to 'ftp')
-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 201749c..26ecfdb 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 201749c..26ecfdb 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* |