mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c157e74c4d
2: change MASTER_SITES. 3: strip binary. 4: add LICENSE & LICENSE_FILE.
12 lines
446 B
Plaintext
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); \
|