From owner-cvs-all Sun Jul 28 1:24:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D9737B400; Sun, 28 Jul 2002 01:24:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC0D43E42; Sun, 28 Jul 2002 01:24:49 -0700 (PDT) (envelope-from sf@FreeBSD.org) Received: from freefall.freebsd.org (sf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6S8OnJU056692; Sun, 28 Jul 2002 01:24:49 -0700 (PDT) (envelope-from sf@freefall.freebsd.org) Received: (from sf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6S8On1O056691; Sun, 28 Jul 2002 01:24:49 -0700 (PDT) Message-Id: <200207280824.g6S8On1O056691@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 28 Jul 2002 01:24:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sf 2002/07/28 01:24:49 PDT Modified files: ftp/wget Makefile Log: When I update wget to 1.8.2, I intentionally removed manpage due to its absence. Further investigation lead me to the answer, it depends on perl. wget.1 has been built with pod2man which is of course a part of perl5 port now in -CURRENT. add USE_PERL5 and resurrect MAN1 for this port. Thanks to: vanilla Revision Changes Path 1.53 +4 -0 ports/ftp/wget/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message