1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/archivers/ocaml-zip/files/patch-Makefile
Vanilla I. Shu c157e74c4d 1: Upgrade to 1.05.
2: change MASTER_SITES.
3: strip binary.
4: add LICENSE & LICENSE_FILE.
2015-10-01 02:52:46 +00:00

12 lines
446 B
Plaintext

--- Makefile.orig 2015-10-01 02:48:15 UTC
+++ Makefile
@@ -56,7 +56,7 @@ clean:
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); \