diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:33:32 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:33:32 +0800 |
commit | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (patch) | |
tree | eee7e5be212d0b1a2952b7a34e90d9ce79ef1494 /news/tin | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | freebsd-ports-gnome-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz freebsd-ports-gnome-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.zst freebsd-ports-gnome-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 87ec52c51a17..09dc71bb4a5a 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 # New ports collection makefile for: tin -# Version required: tinpre-1.4 # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # # $FreeBSD$ # -DISTNAME= tin-1.4.2 +PORTNAME= tin +PORTVERSION= 1.4.2 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.4/ \ ftp://nuxi.ucdavis.edu/pub/tin/v1.4/ \ |