diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-05 18:33:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-05 18:33:51 +0000 |
commit | 88cb7f1dc01c7c8c57abc9e8602a7994f0d524b0 (patch) | |
tree | 92a41568ccf116d8b8dae6abec71864c6e8bf803 /fonts | |
parent | 9f3508cd914ff397d4765bbd59f62453d042cab8 (diff) | |
download | pkgsrc-88cb7f1dc01c7c8c57abc9e8602a7994f0d524b0.tar.gz |
Add HOMEPAGE.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tex-mfware/DESCR | 4 | ||||
-rw-r--r-- | fonts/tex-mfware/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/fonts/tex-mfware/DESCR b/fonts/tex-mfware/DESCR index 46b06eec328..5e1489d6471 100644 --- a/fonts/tex-mfware/DESCR +++ b/fonts/tex-mfware/DESCR @@ -1,2 +1,2 @@ -A collection of programs (as web source) for processing the output of -MetaFont. +A collection of programs (as web source) for processing the +output of Metafont. diff --git a/fonts/tex-mfware/Makefile b/fonts/tex-mfware/Makefile index c675cd71284..5470979dd63 100644 --- a/fonts/tex-mfware/Makefile +++ b/fonts/tex-mfware/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2015/04/25 08:13:22 markd Exp $ +# $NetBSD: Makefile,v 1.6 2015/05/05 18:33:51 wiz Exp $ DISTNAME= mfware PKGNAME= tex-${DISTNAME}-2014 TEXLIVE_REV= 36017 MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/mfware COMMENT= Supporting tools for use with MetaFont +#LICENSE= knuth CONFLICTS+= teTeX-texmf<=3.0nb22 DEPENDS+= web2c-[0-9]*:../../print/web2c |