diff options
author | jmz <jmz@FreeBSD.org> | 1995-01-16 21:58:12 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-01-16 21:58:12 +0000 |
commit | 1c81b8bd0c3e5ff6d454eef3fb41b665b772492e (patch) | |
tree | 7678434bfcecfb64de7fed1b84280715049643bc /print/tex | |
parent | 6e5a45f8f15b89076ccdded8e151df882f526b0f (diff) | |
download | FreeBSD-ports-1c81b8bd0c3e5ff6d454eef3fb41b665b772492e.zip FreeBSD-ports-1c81b8bd0c3e5ff6d454eef3fb41b665b772492e.tar.gz |
Remove latex from ${PREFIX}/bin since this port build tex only
Diffstat (limited to 'print/tex')
-rw-r--r-- | print/tex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index c66f644..d43d258 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -63,6 +63,7 @@ install: @mkdir -p ${PREFIX}/lib/texmf/tex @(cd ${WRKDIR}/lib; install -c -m 644 *.tex ${PREFIX}/lib/texmf/tex) @(cd ${WRKDIR}/plain/base; install -c -m 644 *.tex ${PREFIX}/lib/texmf/tex) + @(rm -f ${PREFIX}/bin/latex ${PREFIX}/bin/slitex) .include "Makefile.inc" |