diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
commit | f39d3f29e6126cdc0a2f27d2b70c8d6667774330 (patch) | |
tree | ab2f44c93df74a3fd0f6c30b0eac92355922e845 /news/trn4 | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27420
Diffstat (limited to '')
-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 8c38f4388940..275a7be938d6 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: trn -# Version required: 4.0-test72 # Date created: 21 October 1994 # Whom: smace # # $FreeBSD$ # -DISTNAME= trn4-test72 -PKGNAME= trn-4.0b72 +PORTNAME= trn +PORTVERSION= 4.0.b72 CATEGORIES= news MASTER_SITES= ftp://ftp.clari.net/private/trn/ \ ftp://ftp.uu.net/private/trn/ +DISTNAME= trn4-test72 MAINTAINER= mph@freebsd.org |