diff options
author | steve <steve@FreeBSD.org> | 1998-04-19 23:38:31 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-04-19 23:38:31 +0800 |
commit | 16996a39c2ed5b6b219e396cc614a266e9f06f3f (patch) | |
tree | 2597a7985c412743ac85a24e210dd11c859127f6 /graphics | |
parent | 127856a657597120d0ed5995d7528f2ef70ae6e8 (diff) | |
download | freebsd-ports-gnome-16996a39c2ed5b6b219e396cc614a266e9f06f3f.tar.gz freebsd-ports-gnome-16996a39c2ed5b6b219e396cc614a266e9f06f3f.tar.zst freebsd-ports-gnome-16996a39c2ed5b6b219e396cc614a266e9f06f3f.zip |
Add -b to fetch's args since the master site doesn't seem
to play TCP the right way.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/gd1/Makefile | 4 | ||||
-rw-r--r-- | graphics/gd2/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 1365349b1aeb..3f43346177df 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id$ +# $Id: Makefile,v 1.3 1998/04/04 14:25:47 vanilla Exp $ # DISTNAME= gd1.3 @@ -13,6 +13,8 @@ MASTER_SITES= http://www.boutell.com/gd/http/ MAINTAINER= jeff@cetlink.net +FETCH_BEFORE_ARGS= -b + pre-install: ${MKDIR} ${PREFIX}/include/gd ${MKDIR} ${PREFIX}/share/examples/gd diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 1365349b1aeb..3f43346177df 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id$ +# $Id: Makefile,v 1.3 1998/04/04 14:25:47 vanilla Exp $ # DISTNAME= gd1.3 @@ -13,6 +13,8 @@ MASTER_SITES= http://www.boutell.com/gd/http/ MAINTAINER= jeff@cetlink.net +FETCH_BEFORE_ARGS= -b + pre-install: ${MKDIR} ${PREFIX}/include/gd ${MKDIR} ${PREFIX}/share/examples/gd diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 1365349b1aeb..3f43346177df 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id$ +# $Id: Makefile,v 1.3 1998/04/04 14:25:47 vanilla Exp $ # DISTNAME= gd1.3 @@ -13,6 +13,8 @@ MASTER_SITES= http://www.boutell.com/gd/http/ MAINTAINER= jeff@cetlink.net +FETCH_BEFORE_ARGS= -b + pre-install: ${MKDIR} ${PREFIX}/include/gd ${MKDIR} ${PREFIX}/share/examples/gd |