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/moscow_ml | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.zip FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/moscow_ml')
-rw-r--r-- | lang/moscow_ml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 1b509df..8e97086 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: moscow-ml -# Version required: 1.43 # Date created: 2 August 1998 # Whom: chuckr # # $FreeBSD$ # -DISTNAME= mos14src -PKGNAME= moscow_ml-1.4 +PORTNAME= moscow_ml +PORTVERSION= 1.4 CATEGORIES= lang MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/mosml/ \ ftp://ftp.csd.uu.se/pub/mirror/mosml/ \ ftp://ftp.dcs.ed.ac.uk/pub/ml/Moscow/ +DISTNAME= mos14src MAINTAINER= chuckr@freefall.FreeBSD.org |