summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-07-28 08:24:49 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-07-28 08:24:49 +0000
commit45adf4b055fc9064cbc5d35bc31359ce00cb4aab (patch)
tree8d5e10625a4dbb4d93cc6a614fecffccf551330d /ftp
parentUpdate to 1.324. (diff)
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
Notes
Notes: svn path=/head/; revision=63659
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wget-devel/Makefile4
-rw-r--r--ftp/wget/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index 17a288a553bd..ac6a4ca90949 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wget
PORTVERSION= 1.8.2
+PORTREVISION= 1
CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
@@ -22,6 +23,7 @@ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_PERL5= yes # only for pod2man
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS= --with-ssl=no
@@ -31,6 +33,8 @@ USE_OPENSSL= yes
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LIBS=-L${LOCALBASE}/lib
+MAN1= wget.1
+
post-patch:
${RM} -f ${WRKSRC}/doc/wget.info*
# we don't need to run autoconf.
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index 17a288a553bd..ac6a4ca90949 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wget
PORTVERSION= 1.8.2
+PORTREVISION= 1
CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
@@ -22,6 +23,7 @@ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_PERL5= yes # only for pod2man
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS= --with-ssl=no
@@ -31,6 +33,8 @@ USE_OPENSSL= yes
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LIBS=-L${LOCALBASE}/lib
+MAN1= wget.1
+
post-patch:
${RM} -f ${WRKSRC}/doc/wget.info*
# we don't need to run autoconf.