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/flash/Makefile | |
parent | Proper WWW syntax (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27426
Diffstat (limited to '')
-rw-r--r-- | shells/flash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/flash/Makefile b/shells/flash/Makefile index 4f5c3c14860f..6bdb3d2cd5a5 100644 --- a/shells/flash/Makefile +++ b/shells/flash/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: flash -# Version required: 0.9.1 # Date created: 11 Dec 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= flash-0.9.1 +PORTNAME= flash +PORTVERSION= 0.9.1 CATEGORIES= shells MASTER_SITES= ftp://ftp.netsoc.ucd.ie/pub/computing/flash/ |