aboutsummaryrefslogtreecommitdiffstats
path: root/comms/hylafax/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2002-08-15 13:05:26 +0800
committerglewis <glewis@FreeBSD.org>2002-08-15 13:05:26 +0800
commit316b420cda72b04e1d68dc0ebc509e5cbf9f783a (patch)
tree504cb1c51983470003160fa8bf13266ab69dff1d /comms/hylafax/Makefile
parent08e485b1c5cf61422d0451e2447457fe286bb1d2 (diff)
downloadfreebsd-ports-gnome-316b420cda72b04e1d68dc0ebc509e5cbf9f783a.tar.gz
freebsd-ports-gnome-316b420cda72b04e1d68dc0ebc509e5cbf9f783a.tar.zst
freebsd-ports-gnome-316b420cda72b04e1d68dc0ebc509e5cbf9f783a.zip
. Configure DIR_HTML correctly. Nothing appears to get installed there,
but its location was non-standard and making some people nervous. PR: 41627
Diffstat (limited to 'comms/hylafax/Makefile')
-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}"