aboutsummaryrefslogtreecommitdiffstats
path: root/print/teTeX-base
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-12-25 02:39:48 +0800
committermharo <mharo@FreeBSD.org>1999-12-25 02:39:48 +0800
commit6732e58892144622578ef18a9ce32b3ae624f032 (patch)
treecffe8655b21fb7e485b88e43bce778b6a02fb9ed /print/teTeX-base
parenta1aa7c31fe5eb626a0a93e1418b4a01dcef37e17 (diff)
downloadfreebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.tar.gz
freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.tar.zst
freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.zip
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'print/teTeX-base')
-rw-r--r--print/teTeX-base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile
index de55523f20f6..a05202d84704 100644
--- a/print/teTeX-base/Makefile
+++ b/print/teTeX-base/Makefile
@@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/teTeX-1.0
EXTRACT_ONLY= ${TETEX_SRC}
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --disable-multiplatform \
+CONFIGURE_ARGS= --disable-multiplatform \
--without-texinfo --without-dialog \
--with-system-ncurses --with-system-zlib \
--with-system-wwwlib --with-libwww-libdir=${LIBWWW_PREFIX}/lib \