diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-04-22 16:03:39 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-04-22 16:03:39 +0000 |
commit | 48915f3a4a2a2b1a842a25e238f968a8b77ea59f (patch) | |
tree | dbe4e29778b085c09f5faa9a36c3ed321742f1ff /graphics/gimp-app | |
parent | 639e60a289605eca8e62de6c4443d6301ae72577 (diff) |
Notes
Diffstat (limited to 'graphics/gimp-app')
-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 \ |