summaryrefslogtreecommitdiff
path: root/textproc/latex2html
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-10 13:54:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-10 13:54:22 +0000
commitec7b561464bf844cc65b843d4f531945aa1d09fc (patch)
treeacf3f96eca894e3e032f914d0b0e69216c46a7ae /textproc/latex2html
parentupgrade to 0.9.7 (diff)
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
Notes
Notes: svn path=/head/; revision=45011
Diffstat (limited to 'textproc/latex2html')
-rw-r--r--textproc/latex2html/Makefile2
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)