diff options
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 5d699935ee60..73c538e44ca6 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -23,7 +23,7 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl=${PERL} \ --disable-gif \ - --libdir=${PREFIX}/share/${PORTNAME} + --libdir=${DATADIR} post-install: .if !defined(NOPORTDOCS) |