diff options
author | markd <markd@pkgsrc.org> | 2016-01-27 10:53:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-01-27 10:53:20 +0000 |
commit | 432a94d1c7387c8eef5b3a7ada3dce5ede232124 (patch) | |
tree | ba61ac6b63106cf4aefd5b09f742a47e0143bc30 /print/tex-endnotes-doc | |
parent | bd96fc96211c834ed399d1bb4fec788143bb1e5c (diff) | |
download | pkgsrc-432a94d1c7387c8eef5b3a7ada3dce5ede232124.tar.gz |
Add LICENSE
Diffstat (limited to 'print/tex-endnotes-doc')
-rw-r--r-- | print/tex-endnotes-doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-endnotes-doc/Makefile b/print/tex-endnotes-doc/Makefile index a1e4c712998..7f9a6a64649 100644 --- a/print/tex-endnotes-doc/Makefile +++ b/print/tex-endnotes-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/04/23 03:18:34 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2016/01/27 10:53:21 markd Exp $ # TeX Live Revision 17197 DISTNAME= endnotes.doc @@ -6,6 +6,7 @@ PKGNAME= tex-${DISTNAME:S/./-/}-2009 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-endnotes +LICENSE= lppl-1.2 .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |