diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-24 10:04:18 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-24 10:04:18 +0800 |
commit | 027d9deecab03e62f898e7dd27cc6f97631ea94b (patch) | |
tree | 514504354757a67396f7f926e81a20aa04eb8518 /comms/hylafax/Makefile | |
parent | 1fe6ee0c8f4a0b705f3093ef8eb355fefe8ffab1 (diff) | |
download | freebsd-ports-gnome-027d9deecab03e62f898e7dd27cc6f97631ea94b.tar.gz freebsd-ports-gnome-027d9deecab03e62f898e7dd27cc6f97631ea94b.tar.zst freebsd-ports-gnome-027d9deecab03e62f898e7dd27cc6f97631ea94b.zip |
PREFIX -> LOCALBASE
add ending / to WWW
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 6 |
1 files changed, 3 insertions, 3 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 \ |