aboutsummaryrefslogtreecommitdiffstats
path: root/print/tex
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-01-17 05:58:12 +0800
committerjmz <jmz@FreeBSD.org>1995-01-17 05:58:12 +0800
commit1c81b8bd0c3e5ff6d454eef3fb41b665b772492e (patch)
tree7678434bfcecfb64de7fed1b84280715049643bc /print/tex
parent6e5a45f8f15b89076ccdded8e151df882f526b0f (diff)
downloadfreebsd-ports-gnome-1c81b8bd0c3e5ff6d454eef3fb41b665b772492e.tar.gz
freebsd-ports-gnome-1c81b8bd0c3e5ff6d454eef3fb41b665b772492e.tar.zst
freebsd-ports-gnome-1c81b8bd0c3e5ff6d454eef3fb41b665b772492e.zip
Remove latex from ${PREFIX}/bin since this port build tex only
Diffstat (limited to 'print/tex')
-rw-r--r--print/tex/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile
index c66f644887c5..d43d25861867 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"