diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-25 02:39:48 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-25 02:39:48 +0800 |
commit | 332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch) | |
tree | 9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /print | |
parent | 9740f4f2a2937848763617cab19467f5846aaceb (diff) | |
download | freebsd-ports-gnome-332b0f4a830f7403e0b41592bbae6e4094f8ef23.tar.gz freebsd-ports-gnome-332b0f4a830f7403e0b41592bbae6e4094f8ef23.tar.zst freebsd-ports-gnome-332b0f4a830f7403e0b41592bbae6e4094f8ef23.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')
-rw-r--r-- | print/teTeX-base/Makefile | 2 | ||||
-rw-r--r-- | print/teTeX/Makefile | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index de55523f20f6..a05202d84704 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/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 \ |