diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-02-14 07:55:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-02-14 07:55:45 +0000 |
commit | b3a8969fd090e1add42509451c235ead9b64448e (patch) | |
tree | a6d9d788ea9e508a52340040e0625e105bf57a7a /graphics/gd/Makefile | |
parent | Fix build on 2.1.5 systems. Also add files I forgot I forgot (diff) |
MASTER_SITES is usually put right after CATEGORIES.
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index cd0ae6b5a851..8ed938da3009 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -3,15 +3,14 @@ # Date created: 28 Jan 1997 # Whom: jeff@cetlink.net # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/13 14:51:44 tg Exp $ # DISTNAME= gd1.2 PKGNAME= gd-1.2 CATEGORIES= graphics -EXTRACT_SUFX= .tar.Z - MASTER_SITES= http://www.boutell.com/gd/ +EXTRACT_SUFX= .tar.Z MAINTAINER= jeff@cetlink.net |