diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-07-14 22:19:18 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-07-14 22:19:18 +0000 |
commit | 55b39d3652a904ca797cafb6ddad7e68c37d1581 (patch) | |
tree | 02b27720ee3a782a54c96b6c2909a6f8d8d2e39a /graphics/gimp-app/Makefile | |
parent | oops, forgot to cvs add this one (diff) |
upgrade to 0.99.10, it's not perfect, but this is a developer's
release
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r-- | graphics/gimp-app/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 9f67fdcfb466..67dd07babf4b 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,13 +3,14 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1997/04/18 21:26:28 erich Exp $ +# $Id: Makefile,v 1.9 1997/05/01 18:25:44 erich Exp $ # -VERSION= 0.99.9 +VERSION= 0.99.10 +DATA_VERSION= 0.99.9 DISTNAME= gimp-${VERSION} -DISTFILES= ${DISTNAME}.tar.gz gimp-data-${VERSION}.tar.gz - +DISTFILES= ${DISTNAME}.tar.gz +DISTFILES+= gimp-data-${DATA_VERSION}.tar.gz CATEGORIES= graphics MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/gimp/developers/ @@ -28,7 +29,7 @@ USE_GMAKE= yes DATASTUFF= brushes palettes gradients patterns post-install: - cd ${WRKDIR}/gimp-data-${VERSION}; \ + cd ${WRKDIR}/gimp-data-${DATA_VERSION}; \ tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\ (cd ${PREFIX}/share/gimp/${VERSION}; tar -xvf -) |