diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-05-01 18:25:47 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-05-01 18:25:47 +0000 |
commit | ea49ae58d1f191104ada172cd87c43b6e8386a24 (patch) | |
tree | feb3944efac7d96d65ba49e48c019247e455bfad /graphics/gimp1/Makefile | |
parent | Update: (diff) |
upgrade to 0.99.9, plus a bunch of patches from the list.
Obtained from: gimp-devel mailing list, in part
Notes
Notes:
svn path=/head/; revision=6374
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 5c6f6d1643f5..9f67fdcfb466 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -3,12 +3,12 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.7 1997/04/08 22:06:51 erich Exp $ +# $Id: Makefile,v 1.8 1997/04/18 21:26:28 erich Exp $ # -VERSION= 0.99.8 +VERSION= 0.99.9 DISTNAME= gimp-${VERSION} -DISTFILES= ${DISTNAME}.tar.gz gimp-data-0.99.8.tar.gz +DISTFILES= ${DISTNAME}.tar.gz gimp-data-${VERSION}.tar.gz CATEGORIES= graphics MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/gimp/developers/ |