diff options
author | sf <sf@FreeBSD.org> | 2001-10-05 16:26:52 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-10-05 16:26:52 +0800 |
commit | 5d5387862f2b032f2588dd44db379d4a94c32e7c (patch) | |
tree | a5319f7103ae68c9674f399a44e6665f69552b3c /ftp/wget | |
parent | 1e759aca1ceeec794831a180ba214991065f9581 (diff) | |
download | freebsd-ports-gnome-5d5387862f2b032f2588dd44db379d4a94c32e7c.tar.gz freebsd-ports-gnome-5d5387862f2b032f2588dd44db379d4a94c32e7c.tar.zst freebsd-ports-gnome-5d5387862f2b032f2588dd44db379d4a94c32e7c.zip |
avoid running autoconf.
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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* |