diff options
author | markd <markd> | 2016-01-27 10:32:34 +0000 |
---|---|---|
committer | markd <markd> | 2016-01-27 10:32:34 +0000 |
commit | 4d35055c7a6a9f251230cc1eb2262258b8226e6d (patch) | |
tree | fec59606d67050212652a98bc6b26a4262c5110d /print/tex-fix2col | |
parent | 70c3d92cd848b7fe3832341c1d9f2740bb693d0e (diff) | |
download | pkgsrc-4d35055c7a6a9f251230cc1eb2262258b8226e6d.tar.gz |
Add LICENSE
Diffstat (limited to 'print/tex-fix2col')
-rw-r--r-- | print/tex-fix2col/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-fix2col/Makefile b/print/tex-fix2col/Makefile index 6720e0bd61f..37dad8b5703 100644 --- a/print/tex-fix2col/Makefile +++ b/print/tex-fix2col/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/02 17:17:07 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2016/01/27 10:42:26 markd Exp $ # TeX Live Revision 17133 DISTNAME= fix2col @@ -6,6 +6,7 @@ PKGNAME= tex-${DISTNAME}-2009 MAINTAINER= minskim@NetBSD.org COMMENT= Fix miscellaneous two column mode features +LICENSE= lppl-1.3c .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |