diff options
Diffstat (limited to 'shells/bash1/Makefile')
-rw-r--r-- | shells/bash1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index c39e0a0585c7..faf2aa47e2db 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 # Ports collection makefile for: bash -# Version required: 0.0 # Date created: 21 August 1994 # Whom: jkh # # $FreeBSD$ # -DISTNAME= bash-1.14.7 +PORTNAME= bash +PORTVERSION= 1.14.7 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= bash |