diff options
author | tg <tg@FreeBSD.org> | 1998-03-04 08:17:34 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-04 08:17:34 +0000 |
commit | 9a32b0d535c22956446e319d5972df88fc2ed206 (patch) | |
tree | ed08b57459ca2a5da48a82a6f601a386c02bfeaa /textproc/tth | |
parent | 12fd8ebe69b6b93d6ea2e196d9baee8ea57de5c4 (diff) | |
download | FreeBSD-ports-9a32b0d535c22956446e319d5972df88fc2ed206.zip FreeBSD-ports-9a32b0d535c22956446e319d5972df88fc2ed206.tar.gz |
Take out NO_CDROM, we have permission to redistribute.
Diffstat (limited to 'textproc/tth')
-rw-r--r-- | textproc/tth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 23b29d3..bd00916 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/03/03 10:58:02 tg Exp $ +# $Id: Makefile,v 1.3 1998/03/03 13:19:10 tg Exp $ # DISTNAME= tth_C @@ -18,7 +18,6 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ ppmtogif:${PORTSDIR}/graphics/netpbm \ latex:${PORTSDIR}/print/teTeX -NO_CDROM= "Don't sell for profit until we have an OK from the author" NO_WRKSUBDIR= yes MAN1= tth.1 |