diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /biology/tinker | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | freebsd-ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'biology/tinker')
-rw-r--r-- | biology/tinker/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/tinker/Makefile b/biology/tinker/Makefile index 1774a3b4a8e6..b00a496cad83 100644 --- a/biology/tinker/Makefile +++ b/biology/tinker/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: tinker -# Version required: 3.7 # Date Created: 26 August 1998 # Whom: Glenn Johnson # # $FreeBSD$ # -DISTNAME= tinker -PKGNAME= tinker-3.7 +PORTNAME= tinker +PORTVERSION= 3.7 CATEGORIES= biology MASTER_SITES= ftp://dasher.wustl.edu/pub/ +DISTNAME= ${PORTNAME} MAINTAINER= gjohnson@nola.srrc.usda.gov |