diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /biology/povchem | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.zip FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'biology/povchem')
-rw-r--r-- | biology/povchem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/povchem/Makefile b/biology/povchem/Makefile index faf03cd..4c6a2fd 100644 --- a/biology/povchem/Makefile +++ b/biology/povchem/Makefile @@ -1,12 +1,12 @@ # New ports collection Makefile for: povchem -# Version required: 1.0 # Date created: Mar 14 1998 # Whom: frankch@waru.life.nthu.edu.tw # # $FreeBSD$ # -DISTNAME= povchem-1.0 +PORTNAME= povchem +PORTVERSION= 1.0 CATEGORIES= biology graphics MASTER_SITES= http://cherubino.med.jhmi.edu/~paul/PC_Dist/v1.00/ DISTFILES= povchem.c \ |