diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /java/cos/Makefile | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to '')
-rw-r--r-- | java/cos/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/cos/Makefile b/java/cos/Makefile index a0eea94ed954..17f4b8f1fb2d 100644 --- a/java/cos/Makefile +++ b/java/cos/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: cos -# Version required: 1.0 # Date created: 1999/07/05 # Whom: Jose Marques <noway@nohow.demon.co.uk> # # $FreeBSD$ # -DISTNAME= cos -PKGNAME= cos-1.0 +PORTNAME= cos +PORTVERSION= 1.0 CATEGORIES= java MASTER_SITES= http://www.servlets.com/resources/com.oreilly.servlet/ +DISTNAME= cos MAINTAINER= noway@nohow.demon.co.uk |