diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /java/cos | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'java/cos')
-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 |