svn commit: r359151 - head/databases/ocaml-pgocaml

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:29:56 UTC 2014


Author: bapt
Date: Tue Jun 24 22:29:56 2014
New Revision: 359151
URL: http://svnweb.freebsd.org/changeset/ports/359151
QAT: https://qat.redports.org/buildarchive/r359151/

Log:
  Properly use the framework
  
  With hat:	portmgr

Modified:
  head/databases/ocaml-pgocaml/Makefile

Modified: head/databases/ocaml-pgocaml/Makefile
==============================================================================
--- head/databases/ocaml-pgocaml/Makefile	Tue Jun 24 22:28:53 2014	(r359150)
+++ head/databases/ocaml-pgocaml/Makefile	Tue Jun 24 22:29:56 2014	(r359151)
@@ -25,6 +25,7 @@ USE_OCAML_FINDLIB=	yes
 USE_OCAMLFIND_PLIST=	yes
 
 INSTALL_TARGET=	findlib_install
+ALL_TARGET=	depend all
 
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
@@ -34,7 +35,4 @@ post-patch:
 	${REINPLACE_CMD} 's/-pp "camlp4o/-pp "camlp4o.byte/g' ${WRKSRC}/Makefile
 .endif
 
-pre-build:
-	cd ${WRKSRC}; ${GMAKE} depend
-
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list