summaryrefslogtreecommitdiffstats
path: root/ftp/wget-devel/Makefile
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2002-06-17 14:24:25 +0000
committersf <sf@FreeBSD.org>2002-06-17 14:24:25 +0000
commit6eba569a2a692f2722aa731b0ef6b3f12ef1a425 (patch)
tree34b1d2a3010aa29bbf29a6817cb4ba5aec218f7d /ftp/wget-devel/Makefile
parentacc5c142a1e12a9da1bc9874a7fe157056f17066 (diff)
downloadFreeBSD-ports-6eba569a2a692f2722aa731b0ef6b3f12ef1a425.zip
FreeBSD-ports-6eba569a2a692f2722aa731b0ef6b3f12ef1a425.tar.gz
update to 1.8.2.
workaround build problem on -CURRENT.
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 f05fc90..17a288a 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.
OpenPOWER on IntegriCloud