diff options
author | Steve Price <steve@FreeBSD.org> | 1998-04-19 15:38:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-04-19 15:38:31 +0000 |
commit | 9455416a5486a9d51e48cb5c380d8448162b98d3 (patch) | |
tree | ed49eb5dcfeedd4973552e1f6641302825cfdd0e /graphics/gd/Makefile | |
parent | Use 'diff -u 1' for this patch so we don't get any stary (diff) |
Add -b to fetch's args since the master site doesn't seem
to play TCP the right way.
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |