diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /shells/tcsh | |
parent | 77b92885e289bade2ecd4de42585d794725a93e6 (diff) | |
download | freebsd-ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 34ad386d5e2d..ea5f6e377eb0 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: tcsh -# Version required: 6.09 # Date created: 22 August 1994 # Whom: jkh # # $FreeBSD$ # -DISTNAME= tcsh-6.09 -PKGNAME= tcsh-6.09.00 +PORTNAME= tcsh +PORTVERSION= 6.09 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ |