diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-07-28 08:24:49 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-07-28 08:24:49 +0000 |
commit | 45adf4b055fc9064cbc5d35bc31359ce00cb4aab (patch) | |
tree | 8d5e10625a4dbb4d93cc6a614fecffccf551330d /ftp | |
parent | 316b19d9640a70b9243977e533c9d77e328b3d5e (diff) | |
download | ports-45adf4b055fc9064cbc5d35bc31359ce00cb4aab.tar.gz ports-45adf4b055fc9064cbc5d35bc31359ce00cb4aab.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget-devel/Makefile | 4 | ||||
-rw-r--r-- | ftp/wget/Makefile | 4 |
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. |