aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 13:03:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 13:03:32 +0000
commit2f91fac1a465f85b0fe7fe67e7ce90b53adb077e (patch)
tree45e823d7d65cb4c30ba7af06f69bb06586dd80c2
parentf170eab3c64131f6cb7d3a44fab05cca1d8f3db2 (diff)
downloadports-2f91fac1a465f85b0fe7fe67e7ce90b53adb077e.tar.gz
ports-2f91fac1a465f85b0fe7fe67e7ce90b53adb077e.zip
Notes
-rw-r--r--devel/noweb/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile
index a974a1573d8f..78175f1ef3c4 100644
--- a/devel/noweb/Makefile
+++ b/devel/noweb/Makefile
@@ -10,11 +10,6 @@ MASTER_SITES= ftp://www.eecs.harvard.edu/pub/nr/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple, extensible literate-programming tool
-# The file is accessible via browser, but it times out on "make fetch"
-# This happens on both FreeBSD and DragonFly. Interested users should
-# host the file and change the MASTER_SITES accordingly
-BROKEN= unfetchable due to settings at host FTP server
-
LICENSE= noweb
LICENSE_NAME= noweb
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
@@ -23,6 +18,11 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= icont:lang/icon
RUN_DEPENDS= iconx:lang/icon
+# Master site uses extended passive mode fetch(1) does not support
+FETCH_CMD= /usr/bin/ftp
+FETCH_ARGS= # empty
+DISABLE_SIZE= yes
+
PORTSCOUT= skipv:2.11
USES= tar:tgz