summaryrefslogtreecommitdiff
path: root/ftp/wget-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget-devel/Makefile')
-rw-r--r--ftp/wget-devel/Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index f05fc9092690..17a288a553bd 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= wget
-PORTVERSION= 1.8.1
-PORTREVISION= 1
+PORTVERSION= 1.8.2
CATEGORIES= ftp www
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \
@@ -16,9 +15,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.max.irk.ru/unix/net/www/wget/ \
http://www3.big.or.jp/~sian/linux/products/
MASTER_SITE_SUBDIR= wget
-DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
- ${EXTRA_PO}
-EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= sf@FreeBSD.org
@@ -27,21 +23,14 @@ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
-.if !defined(WITHOUT_SSL)
+.if defined(WITHOUT_SSL)
+CONFIGURE_ARGS= --with-ssl=no
+.else
USE_OPENSSL= yes
-CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
.endif
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LIBS=-L${LOCALBASE}/lib
-MAN1= wget.1
-
-EXTRA_PO= ${PORTNAME}-${PORTVERSION}.ja.po.gz
-
-post-extract:
- ${RM} -f ${WRKSRC}/po/ja.po
- ${GZIP_CMD} -dc ${DISTDIR}/${EXTRA_PO} > ${WRKSRC}/po/ja.po
-
post-patch:
${RM} -f ${WRKSRC}/doc/wget.info*
# we don't need to run autoconf.