diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /lang/cim/Makefile | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.zip FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/cim/Makefile')
-rw-r--r-- | lang/cim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile index 8d0cb6d..0e3ff58 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cim -# Version required: 3.33 # Date created: 21 Sept 1996 # Whom: giffunip # # $FreeBSD$ # -DISTNAME= cim-3.33 +PORTNAME= cim +PORTVERSION= 3.33 CATEGORIES= lang MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ |