summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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})