diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-01-04 01:44:22 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-01-04 01:44:22 +0000 |
commit | 0fcb861ca1bf29088f9af2b1662042cc15c455f8 (patch) | |
tree | 68e5f7c5bf1a19fd716778bf6a8abbdbc0667cca /news/trn4 | |
parent | bc2efc5c4d38ed0432753e00da6a4fe2729ecfab (diff) |
Notes
Diffstat (limited to 'news/trn4')
-rw-r--r-- | news/trn4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index 2707f7e6d71e..f6c7bf0a1cef 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: trn -# Version required: 3.5 +# Version required: 3.6 # Date created: 21 October 1994 # Whom: smace # # $id: Makefile,v 1.0 1994/10/21 00:00:00 smace Exp $ # -DISTNAME= trn-3.5 +DISTNAME= trn-3.6 MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ EXTRACT_SUFX= .tar.gz -DISTFILES= trn-3.5.tar.gz +DISTFILES= trn-3.6.tar.gz IS_INTERACTIVE= yes |