diff options
author | bland <bland@FreeBSD.org> | 2004-01-20 16:26:58 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-01-20 16:26:58 +0800 |
commit | 5316b36abcfd8014957c1b0e42c41cc4387dae9e (patch) | |
tree | 42e8ad3071a05c0ae746abaef9dc664b6cbdf9f1 /graphics/gimp-app/Makefile | |
parent | b4846287e19bd790a33ca6f78e673a534bee97bb (diff) | |
download | freebsd-ports-gnome-5316b36abcfd8014957c1b0e42c41cc4387dae9e.tar.gz freebsd-ports-gnome-5316b36abcfd8014957c1b0e42c41cc4387dae9e.tar.zst freebsd-ports-gnome-5316b36abcfd8014957c1b0e42c41cc4387dae9e.zip |
- Update to 2.0pre2
- Sort pkg-plist
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r-- | graphics/gimp-app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index c24efacd50b3..6077f19ee374 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 2.0.pre1 +PORTVERSION= 2.0.pre2 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -50,7 +50,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAN1= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1 +MAN1= gimp-1.3.1 gimptool-2.0.1 gimp-remote-1.3.1 MAN5= gimprc-1.3.5 .if defined(WITH_PYTHON) |