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-fancybox | |
parent | 70c3d92cd848b7fe3832341c1d9f2740bb693d0e (diff) | |
download | pkgsrc-4d35055c7a6a9f251230cc1eb2262258b8226e6d.tar.gz |
Add LICENSE
Diffstat (limited to 'print/tex-fancybox')
-rw-r--r-- | print/tex-fancybox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/tex-fancybox/Makefile b/print/tex-fancybox/Makefile index 92ebe0256a1..48efcf872b6 100644 --- a/print/tex-fancybox/Makefile +++ b/print/tex-fancybox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/09/10 20:06:58 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2016/01/27 10:42:25 markd Exp $ DISTNAME= fancybox PKGNAME= tex-${DISTNAME}-1.4 @@ -6,6 +6,7 @@ TEXLIVE_REV= 18304 MAINTAINER= nico@orgrim.net COMMENT= Variants of \fbox and other games with boxes +LICENSE= lppl-1.2 CONFLICTS+= teTeX-texmf<=3.0nb27 |