diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-05 18:12:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-05 18:12:25 +0000 |
commit | 61441b8758ea99d3c6ed3280ba744b630f345828 (patch) | |
tree | 0bc16caaf56b43541ea9bf10a8e75c489ae25842 /fonts | |
parent | 4e20eb61cb2fa8b789b66ee29722b2890e3fbc48 (diff) | |
download | pkgsrc-61441b8758ea99d3c6ed3280ba744b630f345828.tar.gz |
Add HOMEPAGE.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/tex-knuth-lib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fonts/tex-knuth-lib/Makefile b/fonts/tex-knuth-lib/Makefile index 985ab057f02..a62c309aaf0 100644 --- a/fonts/tex-knuth-lib/Makefile +++ b/fonts/tex-knuth-lib/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.1 2015/04/26 02:30:24 markd Exp $ +# $NetBSD: Makefile,v 1.2 2015/05/05 18:12:25 wiz Exp $ DISTNAME= knuth-lib PKGNAME= tex-${DISTNAME}-2014 TEXLIVE_REV= 35820 MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= A small library of MetaFont sources +HOMEPAGE= http://ctan.org/pkg/knuth-lib +COMMENT= Small library of MetaFont sources +#LICENSE= knuth .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |