diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
commit | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (patch) | |
tree | 0c9f31b4d0ce65813ab64599e00505009d91c209 /databases/grass | |
parent | e63013cbd62d5d2452437101988077656165692c (diff) | |
download | FreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.zip FreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.tar.gz |
update with the new PORTNAME/PORTVERSION variables
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 0e68629..d7a7ff2 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 |