diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-12-17 21:51:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-12-17 21:51:59 +0000 |
commit | 3f1d3c676fe44b0f9ee107dbbb7b1e6e0bd285e0 (patch) | |
tree | a1f8bbaea6fe47cafe7c39c1690954adbb2ecf09 /russian | |
parent | - Delete outdated info from pkg-descr. (diff) |
- This port should be fixed by revision 17 of teTeX-base.
- Take maintainership.
Notes
Notes:
svn path=/head/; revision=246062
Diffstat (limited to 'russian')
-rw-r--r-- | russian/pscyr/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/russian/pscyr/Makefile b/russian/pscyr/Makefile index 1744d1c2ce63..1d2901837b48 100644 --- a/russian/pscyr/Makefile +++ b/russian/pscyr/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/psfonts/ \ DISTFILES= ${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-tex.tar.gz \ ${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-type1.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stas@FreeBSD.org COMMENT= Cyrillic PostScript Type1 fonts for use with TeX RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base @@ -38,10 +38,4 @@ post-install: ${UPDMAP_SYS} --quiet --nomkmap --enable Map=pscyr.map ${UPDMAP_SYS} --quiet --enable Map=pscyr2.map -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800000 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |