diff options
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 6507393d8caf..fda8e6d3a58f 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimp PORTVERSION= 2.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -53,8 +54,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAN1= gimp gimp-2.0.1 gimptool gimptool-2.0.1 gimp-remote gimp-remote-2.0.1 -MAN5= gimprc-2.0.5 +MAN1= gimp.1 gimp-2.0.1 gimptool.1 gimptool-2.0.1 gimp-remote.1 gimp-remote-2.0.1 +MAN5= gimprc.5 gimprc-2.0.5 .if defined(WITH_PYTHON) USE_PYTHON= yes |