Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 22:29:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359151 - head/databases/ocaml-pgocaml
Message-ID:  <201406242229.s5OMTuSD087812@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406242229.s5OMTuSD087812>