diff options
Diffstat (limited to 'audio/libgpod')
-rw-r--r-- | audio/libgpod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index ccc879924d67..1c12c592883f 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --without-python .if !defined(NOPORTDOCS) -CONFIGURE_ARGS+= --with-html-dir="${TARGETDIR}/share/doc" +CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc" .endif post-extract: .SILENT |