From fedac363ca8b1c01ea8c1b11438f71685faa712b Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sat, 4 Sep 1999 20:05:05 +0000 Subject: Update to version 1.6.5 PR: 13086 Submitted by: Will Andrews --- graphics/fly/Makefile | 12 +++++++----- graphics/fly/distinfo | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 062e63b0554f..02188fef3650 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,19 +1,21 @@ # New ports collection makefile for: fly -# Version required: 1.6.4 +# Version required: 1.6.5 # Date created: 30 December 1997 # Whom: Juergen Unger # # $FreeBSD$ # -DISTNAME= fly-1.6.4 +DISTNAME= fly-1.6.5 CATEGORIES= graphics -MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ \ - ftp://ftp.ibrado.com/pub/fly/ +MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ MAINTAINER= j.unger@choin.net -BUILD_DEPENDS= ${PREFIX}/lib/libgd\.a:${PORTSDIR}/graphics/gd +#this doesn't matter.. the program builds its own libgd.a. +#BUILD_DEPENDS= ${PREFIX}/lib/libgd\.a #can't use ports' gd.. + +MAKE_ENV= PREFIX="${PREFIX}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin diff --git a/graphics/fly/distinfo b/graphics/fly/distinfo index 953041f5316b..678c9f80a593 100644 --- a/graphics/fly/distinfo +++ b/graphics/fly/distinfo @@ -1 +1 @@ -MD5 (fly-1.6.4.tar.gz) = ff4dcef3eb3ffe9f0559be82d89c0e89 +MD5 (fly-1.6.5.tar.gz) = b96a2a6c566f284923d37f16b64aafec -- cgit