head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2009.01.30.03.52.43;	author beech;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Install a META file for use with ocaml-findlib (findlib is still not
  necessary to install or run the port, but if it is there, it will detect the
  port);
- Install files (zlib.cmi and zlib.mli) needed by www/ocsigen.
- Bump portrevision

PR:		ports/130507
Submitted by:	Jaap Boender <jaapb@@kerguelen.org>
Approved by:	stas (maintainer)
@
text
@--- Makefile.orig	2009-01-13 14:56:33.000000000 +0100
+++ Makefile	2009-01-13 14:56:52.000000000 +0100
@@@@ -56,7 +56,7 @@@@
 
 install:
 	mkdir -p $(INSTALLDIR)
-	${BSD_INSTALL_DATA} zip.cma zip.cmi gzip.cmi zip.mli gzip.mli libcamlzip.a $(INSTALLDIR)
+	${BSD_INSTALL_DATA} zip.cma zip.cmi gzip.cmi zip.mli gzip.mli zlib.cmi zlib.mli libcamlzip.a $(INSTALLDIR)
 	if test -f dllcamlzip.so; then \
 	  ${BSD_INSTALL_DATA} dllcamlzip.so $(INSTALLDIR); \
           installdir=$(INSTALLDIR); \
@
