summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-22 20:58:11 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-22 20:58:11 +0000
commitc4a88ea7d18216e1f31698c7ec3b3e9fcae9e086 (patch)
treeb45e396c67418a08c0db78b83eba52e14bc7df5e /russian
parentUpdate to 0.3.6 (diff)
- Update MASTER_SITES (1)
- maintainer email changed - Dont use perl for patching PR: 38379 Submitted by: maintainer, Sergii Laskavyi <ls@gambit.com.ru>(1)
Notes
Notes: svn path=/head/; revision=59726
Diffstat (limited to 'russian')
-rw-r--r--russian/pscyr/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/russian/pscyr/Makefile b/russian/pscyr/Makefile
index 293bfecc9822..400cea69865d 100644
--- a/russian/pscyr/Makefile
+++ b/russian/pscyr/Makefile
@@ -9,12 +9,12 @@ PORTNAME= PSCyr
PATCH_LEVEL= 2
PORTVERSION= 0.4c${PATCH_LEVEL}
CATEGORIES= russian print
-MASTER_SITES= ftp://mch5.chem.msu.su/pub/russian/psfonts/ \
+MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/psfonts/ \
ftp://ftp.vsu.ru/pub/tex/font-packs/pscyr/
DISTFILES= ${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-tex.tar.gz \
${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-type1.tar.gz
-MAINTAINER= kapr@acm.org
+MAINTAINER= kappa@freebsd.org.ua
RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX
# no other TeX is sufficient
@@ -23,7 +23,9 @@ NO_WRKSUBDIR= yes
NO_BUILD= yes
post-patch:
- ${PERL5} -i.bak -pe 's/^mv\b/${INSTALL_DATA}/' ${WRKDIR}/install.sh
+ @${CP} ${WRKDIR}/install.sh ${WRKDIR}/install.sh.orig;
+ @${SED} -e 's/^mv /${INSTALL_DATA} /' \
+ ${WRKDIR}/install.sh.orig > ${WRKDIR}/install.sh
do-install:
(cd ${WRKDIR}; ${SH} install.sh ${PREFIX})