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/bash2 | |
parent | 77b92885e289bade2ecd4de42585d794725a93e6 (diff) | |
download | ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.tar.gz ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27426
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 9e652f2dc5f8..b18fcf264e58 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bash -# Version required: 2.* # Date created: 21 August 1994 # Whom: jkh # # $FreeBSD$ # -DISTNAME= bash-2.03 +PORTNAME= bash +PORTVERSION= 2.03 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ |