diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
commit | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (patch) | |
tree | 04a03b5b9c40a7cbd0ef74638676e9809fd9dde8 /databases/grass | |
parent | warn about not supporting PORTNAME/PORTVERSION yet (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27418
Diffstat (limited to 'databases/grass')
-rw-r--r-- | databases/grass/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 0e6862999205..d7a7ff20c6bf 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: grass -# Version required: 5.0beta5 # Date created: 15 January 2000 # Whom: reg # # $FreeBSD$ # -DISTNAME= grass5.0beta5 -PKGNAME= grass-5.0b5 +PORTNAME= grass +PORTVERSION= 5.0b5 CATEGORIES= databases MASTER_SITES= ftp://grass.baylor.edu/pub/grass/grass5.0beta/source/ \ http://www.geog.uni-hannover.de/grass/grass5/source/ +DISTNAME= grass5.0beta5 MAINTAINER= reg@FreeBSD.org |