diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-04 23:54:38 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-04 23:54:38 +0000 |
commit | 1d99bc8617616fcaca12291c8b80ee7269cb4bd8 (patch) | |
tree | 442c0fab2c7c8c8886bf7f36b3b1d5c9ba01e704 /converters | |
parent | a5805d0fb3e6fb5b69c087edd09e59bae3cad0be (diff) | |
download | pkgsrc-1d99bc8617616fcaca12291c8b80ee7269cb4bd8.tar.gz |
LICENSE=no-commercial-use
From dvi2tty.c:
* This program, and any documentation for it, is copyrighted by Svante
* Lindahl. It may be copied for non-commercial use only, provided that
* any and all copyright notices are preserved.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/dvi2tty/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/dvi2tty/Makefile b/converters/dvi2tty/Makefile index c962c229eed..66aaa7cd48c 100644 --- a/converters/dvi2tty/Makefile +++ b/converters/dvi2tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/26 13:04:32 fredb Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/04 23:54:38 jtb Exp $ # DISTNAME= dvi2tty @@ -9,6 +9,8 @@ MASTER_SITES= ftp://tug.ctan.org/pub/tex-archive/dviware/ MAINTAINER= fredb@netbsd.org COMMENT= Program for previewing DVI files +LICENSE= no-commercial-use + pre-patch: cd ${WRKSRC}; \ for p in dvi2tty.patch dvi2tty-latin1.patch; \ |