summaryrefslogtreecommitdiffstats
path: root/print/dvips/scripts
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1999-07-15 22:41:30 +0000
committerjmz <jmz@FreeBSD.org>1999-07-15 22:41:30 +0000
commitfbeff2a9383832d51d4cae0d4ec621afebde54db (patch)
tree885c7964f243445760470288545f65806478fc0b /print/dvips/scripts
parentcc2530514ee6bc5475359f7837cd193084702899 (diff)
downloadFreeBSD-ports-fbeff2a9383832d51d4cae0d4ec621afebde54db.zip
FreeBSD-ports-fbeff2a9383832d51d4cae0d4ec621afebde54db.tar.gz
Don't install/overwrite files already installed by latex.
Diffstat (limited to 'print/dvips/scripts')
-rw-r--r--print/dvips/scripts/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/print/dvips/scripts/configure b/print/dvips/scripts/configure
index ca43828..aedbb29 100644
--- a/print/dvips/scripts/configure
+++ b/print/dvips/scripts/configure
@@ -83,4 +83,9 @@ echo "OPT = -O2 -funsigned-char" >> ${WRKSRC}/Makefile
echo "BINDIR=$PREFIX/bin" >> ${WRKSRC}/Makefile
echo "FLIBS=-lm" >> ${WRKSRC}/Makefile
+# already part of LaTeX
+for i in bookman.sty chancery.sty palatino.sty times.sty; do
+ rm -f ${WRKSRC}/PSlatex/$i
+done
+
exit 0;
OpenPOWER on IntegriCloud