diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-04 20:05:05 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-04 20:05:05 +0000 |
commit | fedac363ca8b1c01ea8c1b11438f71685faa712b (patch) | |
tree | 8b298e15ad57b8322497e0605899fd619bc20940 /graphics | |
parent | a27a249ed68b7609c275f99b84ee317f078016da (diff) | |
download | FreeBSD-ports-fedac363ca8b1c01ea8c1b11438f71685faa712b.zip FreeBSD-ports-fedac363ca8b1c01ea8c1b11438f71685faa712b.tar.gz |
Update to version 1.6.5
PR: 13086
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fly/Makefile | 12 | ||||
-rw-r--r-- | graphics/fly/distinfo | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 062e63b..02188fe 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 <j.unger@choin.net> # # $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 953041f..678c9f8 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 |