From 1c81b8bd0c3e5ff6d454eef3fb41b665b772492e Mon Sep 17 00:00:00 2001 From: jmz Date: Mon, 16 Jan 1995 21:58:12 +0000 Subject: Remove latex from ${PREFIX}/bin since this port build tex only --- print/tex/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'print/tex') 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" -- cgit v1.1