diff options
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 |