diff options
author | tg <tg@FreeBSD.org> | 1998-03-03 18:58:04 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-03 18:58:04 +0800 |
commit | 2e0e6f6dca36fed0f316a5f98d91b8ebfd5a95b1 (patch) | |
tree | 3181556e11f1ec9cdf7cc41c1fc0417c4fa99a00 /textproc/tth/Makefile | |
parent | e7d41e8ea22a419989d2e6f972a5de0fb3c44d29 (diff) | |
download | freebsd-ports-gnome-2e0e6f6dca36fed0f316a5f98d91b8ebfd5a95b1.tar.gz freebsd-ports-gnome-2e0e6f6dca36fed0f316a5f98d91b8ebfd5a95b1.tar.zst freebsd-ports-gnome-2e0e6f6dca36fed0f316a5f98d91b8ebfd5a95b1.zip |
Upgrade to 1.30. Remove RESTRICTED, NO_CDROM should be enough.
Diffstat (limited to 'textproc/tth/Makefile')
-rw-r--r-- | textproc/tth/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index dbcf63e0dc55..aca72fb10180 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: tth -# Version required: 1.21 +# Version required: 1.30 # Date created: 19 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/02/20 08:04:07 tg Exp $ # DISTNAME= tth_C -PKGNAME= tth-1.21 +PKGNAME= tth-1.30 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ EXTRACT_SUFX= .tgz @@ -18,8 +18,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ ppmtogif:${PORTSDIR}/graphics/netpbm \ latex:${PORTSDIR}/print/teTeX -RESTRICTED= "No commercial use" -NO_CDROM= ${RESTRICTED} +NO_CDROM= "Don't sell for profit until we have an OK from the author" NO_WRKSUBDIR= yes MAN1= tth.1 |