diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /biology/platon/Makefile | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'biology/platon/Makefile')
-rw-r--r-- | biology/platon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/platon/Makefile b/biology/platon/Makefile index 40d2a1e3348f..b7e72b5a531e 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: platon -# Version required: Version 07-apr-99 # Date created: 1999-04-22 # Whom: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> # # $FreeBSD$ # -DISTNAME= platon -PKGNAME= platon-070499 +PORTNAME= platon +PORTVERSION= 1999.04.07 CATEGORIES= biology MASTER_SITES= ftp://xraysoft.chem.ruu.nl/pub/unix/ +DISTNAME= platon MAINTAINER= rmiya@cc.hirosaki-u.ac.jp |