diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-03 18:31:33 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-03 18:31:33 +0000 |
commit | e76bdcd8fa8fac1cdd2885a0785005218140ac4d (patch) | |
tree | ec417ee80d8d39a819c45aa5b9414a8b3a943770 /sysutils/tarsnap | |
parent | 2d13f663b16d85a767ccbc466291696101502f47 (diff) | |
download | ports-e76bdcd8fa8fac1cdd2885a0785005218140ac4d.tar.gz ports-e76bdcd8fa8fac1cdd2885a0785005218140ac4d.zip |
Notes
Diffstat (limited to 'sysutils/tarsnap')
-rw-r--r-- | sysutils/tarsnap/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 9d863183fa44..9e0e2ad67b0c 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -8,7 +8,7 @@ PORTNAME= tarsnap PORTVERSION= 1.0.27 CATEGORIES= sysutils -MASTER_SITES= https://www.tarsnap.com/download/ +MASTER_SITES= http://www.tarsnap.com/download-http/ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -17,12 +17,6 @@ COMMENT= Online encrypted backup service (client) RESTRICTED= license restricts redistribution of source and binaries -# Workaround for bug in libfetch(3) -FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget -FETCH_CMD= ${LOCALBASE}/bin/wget -FETCH_BEFORE_ARGS= --no-check-certificate -DISABLE_SIZE= yes - GNU_CONFIGURE= yes USE_GMAKE= yes |