diff options
author | asami <asami@FreeBSD.org> | 1996-07-29 22:33:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-29 22:33:14 +0000 |
commit | 0257fa00506c83c4208c29ae6e1241af0c603f9a (patch) | |
tree | a423698b7e2cf6296d882e32412048e23dddc1a2 /lang/moscow_ml | |
parent | 43216d5a470434545bd8afebe26c6abe13cc229c (diff) | |
download | FreeBSD-ports-0257fa00506c83c4208c29ae6e1241af0c603f9a.zip FreeBSD-ports-0257fa00506c83c4208c29ae6e1241af0c603f9a.tar.gz |
The version numbers are required in the package name.
While I'm here, fix the variable ordering.
Diffstat (limited to 'lang/moscow_ml')
-rw-r--r-- | lang/moscow_ml/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index edecddc..44df0f7 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -3,16 +3,18 @@ # Date created: 26 July 1996 # Whom: chuckr # -# $Id$ +# $Id: Makefile,v 1.2 1996/07/28 02:54:06 chuckr Exp $ # DISTNAME= mos14src +PKGNAME= moscow_ml-1.4 CATEGORIES+= lang -PKGNAME= moscow_ml 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/ + MAINTAINER= chuckr@freefall.FreeBSD.org + ALL_TARGET= world WRKSRC= ${WRKDIR}/mosml/src |