diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-10-05 08:26:52 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-10-05 08:26:52 +0000 |
commit | 921229802dd258b9e688c7f2c7a47912d5e0c7a3 (patch) | |
tree | f5b5c8a7100c44089227a6de1d7a73e4007bf442 /ftp/wget | |
parent | Transfer maintainership to Lyndon Nerenberg <lyndon@atg.aciworldwide.com> (diff) |
avoid running autoconf.
Notes
Notes:
svn path=/head/; revision=48461
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* |