diff options
Diffstat (limited to 'print/miktex/Makefile')
-rw-r--r-- | print/miktex/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/miktex/Makefile b/print/miktex/Makefile index 73e1e2225124..444b6874fd6f 100644 --- a/print/miktex/Makefile +++ b/print/miktex/Makefile @@ -1,5 +1,6 @@ PORTNAME= miktex -DISTVERSION= 25.3 +DISTVERSION= 25.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://miktex.org/download/ctan/systems/win32/miktex/source/ \ https://ctan.org/tex-archive/systems/win32/miktex/tm/packages/:bootstrap @@ -26,6 +27,8 @@ LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept NOT_FOR_ARCHS= aarch64 armv7 NOT_FOR_ARCHS_REASON= Programs/TeXAndFriends/Knuth/web/tangle.p:1: parse error before `รป' +WRKSRC= ${WRKDIR}/${PORTNAME}.${DISTVERSION} + LIB_DEPENDS= libapr-1.so:devel/apr1 \ libboost_locale.so:devel/boost-libs \ libcurl.so:ftp/curl \ @@ -97,5 +100,6 @@ post-patch: post-install: ${RM} ${STAGEDIR}${PREFIX}/share/miktex-texmf/miktex/config/*.log + ${MV} ${STAGEDIR}${PREFIX}/bin/mpc ${STAGEDIR}${PREFIX}/bin/mpc-miktex .include <bsd.port.mk> |