aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-11 20:11:53 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-11 20:11:53 +0000
commit424790b2893eb1294aaf2fc5f1462e048d1b84e4 (patch)
treec68a8b9f5f7e3ecf7b5b2f57b7c663e231c42fc3 /ftp
parent98462051869316b2ef97ec4330d870a17afd29da (diff)
downloadports-424790b2893eb1294aaf2fc5f1462e048d1b84e4.tar.gz
ports-424790b2893eb1294aaf2fc5f1462e048d1b84e4.zip
- Remove automated update checks
PR: ports/143678 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Notes
Notes: svn path=/head/; revision=249613
Diffstat (limited to 'ftp')
-rw-r--r--ftp/filezilla/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile
index 88ade824409c..6dfd7ec1d08c 100644
--- a/ftp/filezilla/Makefile
+++ b/ftp/filezilla/Makefile
@@ -7,7 +7,7 @@
PORTNAME= filezilla
PORTVERSION= 3.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
DISTNAME= FileZilla_${PORTVERSION}_src
@@ -51,6 +51,10 @@ CONFIGURE_ARGS+= --disable-locales
PLIST_SUB+= NLS="@comment "
.endif
+.if !defined(MAINTAINER_MODE)
+CONFIGURE_ARGS+= --disable-manualupdatecheck
+.endif
+
post-patch:
@${REINPLACE_CMD} -Ee 's|(dummy) wxrc|\1 ${WXRC_CMD:T}|' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}