diff options
Diffstat (limited to 'archivers/ocaml-zip/Makefile')
-rw-r--r-- | archivers/ocaml-zip/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index 9c409f09772e..e4e253b25a82 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: ocaml-zip -# Date created: 2006-08-01 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ -# PORTNAME= zip PORTVERSION= 1.04 @@ -17,11 +12,12 @@ DISTNAME= caml${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OCaml library to manipulate ZIP/GZIP/JAR archives -#USE_GMAKE= yes USE_OCAML= yes USE_OCAML_LDCONFIG=yes USE_OCAML_WASH= yes +NO_STAGE= yes + ALL_TARGET= all allopt INSTALL_TARGET= install installopt MASTERPORT= ${PORTSDIR}/devel/ocaml-camlidl |