summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2002-08-15 05:05:26 +0000
committerGreg Lewis <glewis@FreeBSD.org>2002-08-15 05:05:26 +0000
commit687b913796a234c1424ae587c53ca6e87402a570 (patch)
tree214b41181e097bdaff5219ac8447bcd9be901722 /comms
parentUpdate to 2.0.4. This fixes a small memory leak. (diff)
. Configure DIR_HTML correctly. Nothing appears to get installed there,
but its location was non-standard and making some people nervous. PR: 41627
Notes
Notes: svn path=/head/; revision=64522
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 1e04c0f0f99c..6b67bbaa4490 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -25,7 +25,8 @@ CONFIGURE_ARGS= --with-INSTALL="" \
--with-ZLIB=no --with-LIBZ=-lz --with-ZLIBINC=none \
--with-TIFFINC="${LOCALBASE}/include" \
--with-GCOPTS=" " --with-GCXXOPTS=" " \
- --with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=none
+ --with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=none \
+ --with-DIR_HTML="${LOCALBASE}/share/doc/hylafax"
# Defaults to "North American Letter". Use "ISO A4" for A4.
.ifdef PAGESIZE
CONFIGURE_ARGS+=--with-PAGESIZE="${PAGESIZE}"