diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-03-24 12:02:12 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-03-24 12:02:12 +0000 |
commit | c1a99a50798990989f58ca58ad3260b206b59b5d (patch) | |
tree | 571405ed941a03b43d0d19a22870daba0a48879a /graphics/gimp | |
parent | Correct MAN8 (diff) |
Fix man{1,5} plist entries.
Notes
Notes:
svn path=/head/; revision=105117
Diffstat (limited to 'graphics/gimp')
-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 |