From owner-svn-ports-head@FreeBSD.ORG Wed Mar 26 20:46:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31BEFAA0; Wed, 26 Mar 2014 20:46:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E55EA54; Wed, 26 Mar 2014 20:46:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QKk3V1079296; Wed, 26 Mar 2014 20:46:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2QKk3iZ079295; Wed, 26 Mar 2014 20:46:03 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403262046.s2QKk3iZ079295@svn.freebsd.org> From: Antoine Brodin Date: Wed, 26 Mar 2014 20:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349292 - head/devel/ocaml-calendar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 20:46:04 -0000 Author: antoine Date: Wed Mar 26 20:46:03 2014 New Revision: 349292 URL: http://svnweb.freebsd.org/changeset/ports/349292 QAT: https://qat.redports.org/buildarchive/r349292/ Log: - Stage support - Use USE_OCAMLFIND_PLIST instead of doing it manually Modified: head/devel/ocaml-calendar/Makefile Modified: head/devel/ocaml-calendar/Makefile ============================================================================== --- head/devel/ocaml-calendar/Makefile Wed Mar 26 20:41:58 2014 (r349291) +++ head/devel/ocaml-calendar/Makefile Wed Mar 26 20:46:03 2014 (r349292) @@ -11,13 +11,9 @@ MAINTAINER= jaapb@kerguelen.org COMMENT= A date and time library for OCaml GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_OCAML= yes USE_OCAML_FINDLIB= yes - -NO_STAGE= yes -post-install: - @${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \ - ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} +USE_OCAMLFIND_PLIST= yes .include