diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-02 14:40:55 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-02 14:40:55 +0000 |
commit | 9366dd9c29923402617a32cb7e83e95df56dc430 (patch) | |
tree | e3646c36a62ab801bee1b89506246af50c39d818 /lang | |
parent | Complain and stop in case ${LINUXBASE}/dev/vmnet1 is not found. (diff) |
Change maintainership
PR: 20645
Submitted by: patrick@watson.org (new maintainer)
Approved by: ortmann@isl.net (old maintainer)
Notes
Notes:
svn path=/head/; revision=33325
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 3ebe5c8de969..5fb250be16f4 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ DISTFILES= ${PKGNAME}.tar.gz ${DOCFILES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX} -MAINTAINER= ortmann@isl.net +MAINTAINER= patrick@watson.org .if defined(WITH_TK) PLIST_SUB+= LABLTK:="" |