diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:07:29 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:07:29 +0800 |
commit | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (patch) | |
tree | 26f2459e341ea172cfe0a40900548bda4bb9c83e /www/amaya | |
parent | a8843baba6a200bd1438954f77dd13e4fda505d9 (diff) | |
download | freebsd-ports-graphics-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.gz freebsd-ports-graphics-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.zst freebsd-ports-graphics-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/amaya')
-rw-r--r-- | www/amaya/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 80e7581130e..f18e4bc4204 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: amaya -# Version required: 2.4 # Date created: 26 Dec 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $FreeBSD$ # -DISTNAME= amaya-src-2.4 -PKGNAME= amaya-2.4 +PORTNAME= amaya +PORTVERSION= 2.4 CATEGORIES= www MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ ftp://ftp.w3.org/pub/amaya/ \ ftp://mirror.aarnet.edu.au/pub/amaya/ +DISTNAME= ${PORTNAME}-src-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= croyle@gelemna.ft-wayne.in.us |