diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-29 22:33:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-29 22:33:14 +0000 |
commit | fde8073f162c9fd3faf8f678e011c5d57b561325 (patch) | |
tree | 605d123523c38eadaa58b09528d9f3264f54571c /lang/moscow_ml/Makefile | |
parent | SSLeay version 0.6.2. (diff) |
The version numbers are required in the package name.
While I'm here, fix the variable ordering.
Notes
Notes:
svn path=/head/; revision=3449
Diffstat (limited to 'lang/moscow_ml/Makefile')
-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 edecddc003f8..44df0f774bca 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 |