diff options
author | erich <erich@FreeBSD.org> | 1997-07-15 06:19:18 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-07-15 06:19:18 +0800 |
commit | f67bb3f3de26ee1d78d190f617eb76129c17dc61 (patch) | |
tree | a1b67745f8b568ac45e5d922fbb9a27a2aaa99df /graphics/gimp-app/Makefile | |
parent | 1b45d19c2dee363a31cb0ed460e5c372a47958d8 (diff) | |
download | freebsd-ports-gnome-f67bb3f3de26ee1d78d190f617eb76129c17dc61.tar.gz freebsd-ports-gnome-f67bb3f3de26ee1d78d190f617eb76129c17dc61.tar.zst freebsd-ports-gnome-f67bb3f3de26ee1d78d190f617eb76129c17dc61.zip |
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 -) |