diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 3ef75d2ff72c..06cf9d3ec649 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -45,7 +45,8 @@ USE_GETTEXT= yes USE_LDCONFIG= yes PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl \ - --with-html-dir=${DOCSDIR} \ + --with-html-dir=${PREFIX}/share/doc/gimp \ + --docdir=${PREFIX}/share/doc/gimp \ --disable-gtk-doc \ --enable-static \ --mandir=${PREFIX}/man \ |