diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-27 22:18:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-27 22:18:05 +0000 |
commit | 9ae91f2b6d34f3e553dfc647133f2739dbd50f55 (patch) | |
tree | ab38cc6732e94f5c06a21b79cf6610ec9d80659b /lang/ocaml | |
parent | Fix the MASTER_SITE_SUBDIR. (diff) |
portlint
Notes
Notes:
svn path=/head/; revision=17408
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 2217bd03e558..d23ae27d5ba7 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -3,7 +3,7 @@ # Date created: 24 December 1996 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.4 1998/11/28 09:07:13 asami Exp $ +# $Id: Makefile,v 1.5 1999/03/24 17:52:16 steve Exp $ # DISTNAME= ocaml-2.02 @@ -11,10 +11,10 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX} MAINTAINER= ortmann@isl.net +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX} USE_XLIB= yes HAS_CONFIGURE= yes USE_GMAKE= yes |