portlint:

echo -> ${ECHO}
	move variables to proper sections
This commit is contained in:
Michael Haro 2000-03-21 08:24:13 +00:00
parent 056bd0f29d
commit cde5e15779
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26909

View File

@ -6,7 +6,6 @@
# $FreeBSD$
#
VERSION= 99.12
DISTNAME= latex
PKGNAME= latex2e-${VERSION}
CATEGORIES= print
@ -20,6 +19,7 @@ MAINTAINER= jmz@FreeBSD.org
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
VERSION= 99.12
NO_WRKSUBDIR= yes
MANUAL_PACKAGE_BUILD= has to be built with tex port
@ -56,8 +56,8 @@ do-install:
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/tex/latex; fi; done)
@(cd ${WRKSRC}/graphics; for f in *.sty *.tex *.def; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/tex/latex; fi; done;\
echo '\ExecuteOptions{dvips}' >${PREFIX}/share/texmf/tex/latex/graphics.cfg;\
echo '\ExecuteOptions{dvips}' >${PREFIX}/share/texmf/tex/latex/color.cfg)
${ECHO} '\ExecuteOptions{dvips}' >${PREFIX}/share/texmf/tex/latex/graphics.cfg;\
${ECHO} '\ExecuteOptions{dvips}' >${PREFIX}/share/texmf/tex/latex/color.cfg)
@(cd ${WRKSRC}/psnfss; for f in *.sty *.tex; do \
if [ -f $$f ]; then ${INSTALL_DATA} $$f ${PREFIX}/share/texmf/tex/latex; fi; done)
@(cd ${PREFIX}/bin; ${RM} -f latex; ${LN} -s tex latex)