diff options
-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 ffa6ae1..25e8149 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 e9848f4..e38cbe0 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/ |