diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-24 02:04:18 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-24 02:04:18 +0000 |
commit | eb599ea492b7cec84c30660983d8dd9b6c79ddc9 (patch) | |
tree | 071fa69d1baa147160646ede011ad7fa13249601 /comms/hylafax | |
parent | ad3713299918c77c50a7e2159873cf677d9cb815 (diff) | |
download | ports-eb599ea492b7cec84c30660983d8dd9b6c79ddc9.tar.gz ports-eb599ea492b7cec84c30660983d8dd9b6c79ddc9.zip |
Notes
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 6 | ||||
-rw-r--r-- | comms/hylafax/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index ffa6ae1815d8..25e8149b2d62 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -21,7 +21,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ - ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm + ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm # no dependency on ghostscript because we don't know which # version the user prefers RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 @@ -37,8 +37,8 @@ Y2K= http://www.hylafax.org/HylaFAQ/Q189.html USE_GMAKE= yes CONFIGURE_ARGS= --with-INSTALL="" \ --with-MAKE=gmake --with-CC=/usr/bin/cc \ - --with-LIBTIFF="-L${PREFIX}/lib -ltiff -ljpeg" \ - --with-TIFFINC="${PREFIX}/include" + --with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \ + --with-TIFFINC="${LOCALBASE}/include" HAS_CONFIGURE= yes MAN1= hylafax.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 sendfax.1 \ diff --git a/comms/hylafax/pkg-descr b/comms/hylafax/pkg-descr index e9848f4c67f9..e38cbe096bb9 100644 --- a/comms/hylafax/pkg-descr +++ b/comms/hylafax/pkg-descr @@ -15,4 +15,4 @@ http://www.vix.com/hylafax/ -WWW: http://www.hylafax.org +WWW: http://www.hylafax.org/ |