diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
commit | fa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch) | |
tree | 94158659da258abce4ed96928351a7282233e421 /print/tex-omegaware-old | |
parent | 09db2e42a9f1432af998b2877453c2eaf20a132c (diff) | |
download | ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.tar.gz ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.zip |
Notes
Diffstat (limited to 'print/tex-omegaware-old')
-rw-r--r-- | print/tex-omegaware-old/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/tex-omegaware-old/Makefile b/print/tex-omegaware-old/Makefile index 00bdea394b63..56a192230292 100644 --- a/print/tex-omegaware-old/Makefile +++ b/print/tex-omegaware-old/Makefile @@ -28,8 +28,7 @@ TETEX_SRC= tetex-src-${PORTVERSION}.tar.gz TETEX_TEXMF= tetex-texmf-${PORTVERSION}.tar.gz TEXMF_TREE= ${PREFIX}/share/texmf -MAKE_ENV= PREFIX="${PREFIX}" \ - LN="${LN}" \ +MAKE_ENV= LN="${LN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" GNU_CONFIGURE= YES CONFIGURE_ARGS= --disable-multiplatform \ |