head	1.2;
access;
symbols
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.02.01.20.06.30;	author jgh;	state dead;
branches;
next	1.1;

1.1
date	2011.03.02.06.26.38;	author wen;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.5
- support for oasis and findlib
- added blowfish and MAC support along with bugfixes
- plist is removed in favor of generation via findlib
- remove META from FILESDIR, as it is now distributed
- maintainer address update

PR:	ports/164661
Submitted by: maintainer, Jaap.Boender at pps.jussieu.fr
Approved by:	crees (mentor)
@
text
@--- Makefile.orig	2011-03-02 06:09:16.000000000 +0000
+++ Makefile	2011-03-02 06:10:20.000000000 +0000
@@@@ -74,9 +74,10 @@@@
 	rm -f speedtest
 
 install:
+	install -d $(INSTALLDIR)
 	cp cryptokit.cmi cryptokit.cma cryptokit.mli $(INSTALLDIR)
 	cp libcryptokit.a $(INSTALLDIR)
-	if test -f dllcryptokit.so; then cp dllcryptokit.so $(INSTALLDIR)/stublibs; fi
+	if test -f dllcryptokit.so; then cp dllcryptokit.so $(INSTALLDIR); fi
 	if test -f cryptokit.cmxa; then cp cryptokit.cmxa cryptokit.cmx cryptokit.a $(INSTALLDIR); fi
 
 doc: FORCE
@


1.1
log
@- Installing of libraries in ${OCAML_SITELIBDIR)/stublibs, which is not searched;
- Creation of an install directory before the privilege switch.

PR:		ports/155171
Submitted by:	Jaap Boender <jaapb@@kerguelen.org> (maintainer)
@
text
@@

