diff options
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 17a288a553b..ac6a4ca9094 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. |