diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 13:54:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 13:54:22 +0000 |
commit | ec7b561464bf844cc65b843d4f531945aa1d09fc (patch) | |
tree | acf3f96eca894e3e032f914d0b0e69216c46a7ae /textproc | |
parent | upgrade to 0.9.7 (diff) |
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
Diffstat (limited to 'textproc')
-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) |